mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
- Added constant DOC_ROOT in system.config-default.inc.php
- Using DOC_ROOT in dbupdate_3.2.php to be compatible with checksystem.php and DBTools.php - Rolled back all classes in the include directory from CI to basis_db
This commit is contained in:
@@ -23,8 +23,6 @@ require_once(dirname(__FILE__).'/person.class.php');
|
||||
|
||||
class benutzer extends person
|
||||
{
|
||||
use db_extra; //CI Hack
|
||||
|
||||
//Tabellenspalten
|
||||
public $uid; // varchar(32)
|
||||
public $bnaktiv=true; // boolean
|
||||
|
||||
Reference in New Issue
Block a user