pnp4nagios/share/pnp/application/models/system.php

15 lines
215 B
PHP
Raw Normal View History

2017-05-20 15:26:21 +02:00
<?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() {
}
}