diff msite.inc.php @ 51:7bdf89601ba0

Work on session stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Oct 2013 06:55:58 +0300
parents 184a4188555c
children cba0b944da79
line wrap: on
line diff
--- a/msite.inc.php	Sat Oct 05 04:14:21 2013 +0300
+++ b/msite.inc.php	Sat Oct 05 06:55:58 2013 +0300
@@ -14,6 +14,9 @@
 define("VT_BOOL", 3);
 define("VT_TEXT", 4);
 
+define("SESS_USER", "user");
+define("SESS_ADMIN", "admin");
+
 
 if (function_exists("ini_set"))
 {