mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
- Renamed every controller that has conflicts with class name
- Added routes to renamed controllers - Fixed controllers parameters in get method
This commit is contained in:
@@ -9,6 +9,6 @@ class Server_model extends DB_Model
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'system.tbl_server';
|
||||
$this->pk = '';
|
||||
$this->pk = 'server_kurzbz';
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user