Changeset 61 for trunk/includes/global.php
- Timestamp:
- Feb 4, 2009, 9:51:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r60 r61 13 13 14 14 include('config.php'); 15 include_once('error.php'); 15 16 include('databaseconection.php'); 16 17 include('global_function.php'); … … 149 150 150 151 if(!array_key_exists('UserID', $_SESSION)) $_SESSION['UserID'] = ''; 152 if(!array_key_exists('User', $_SESSION)) $_SESSION['User'] = 'NotRegistred'; 153 151 154 // Přihlášení 152 155 if(array_key_exists('LoginUser', $_POST))
Note:
See TracChangeset
for help on using the changeset viewer.