Conflicts:
	application/config/fhcomplete.php
	application/core/FHC_Model.php
This commit is contained in:
Paminger
2016-05-10 14:36:01 +02:00
29 changed files with 631 additions and 1316 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ class Server_model extends DB_Model
{
parent::__construct();
$this->dbTable = 'system.tbl_server';
$this->pk = ;
$this->pk = '';
}
}