Change cl_user to User
This commit is contained in:
parent
736d1e6d16
commit
ee8556ccfa
74 changed files with 80 additions and 80 deletions
|
|
@ -30,7 +30,7 @@ echo_debug('priv_user.php',__LINE__,"entering priv_users");
|
|||
|
||||
$rep=DbConnect();
|
||||
include_once ("class_user.php");
|
||||
$User=new cl_user($rep);
|
||||
$User=new User($rep);
|
||||
$User->Check();
|
||||
|
||||
if ($User->admin != 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue