Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
14
share/pnp/application/models/system.php
Normal file
14
share/pnp/application/models/system.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* Retrieves the PNP config files
|
||||
*/
|
||||
class System_Model extends Model {
|
||||
|
||||
public $ERROR = NULL;
|
||||
|
||||
public function __construct() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user