- 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:
bison
2016-08-17 11:14:52 +02:00
parent dd6ef9fdb1
commit cf999b6d82
17 changed files with 308 additions and 452 deletions
-2
View File
@@ -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