basic setup and login mechanisms are done
git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@23 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
69f7fbb050
commit
4c553504b2
7 changed files with 300 additions and 7 deletions
7
php/usertypes.php
Normal file
7
php/usertypes.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
define("cUSRADMIN",255);
|
||||
define("cUSRWEB",128);
|
||||
define("cUSRMAIL",64);
|
||||
define("cUSRNONE",0);
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue