Changeset 77 for trunk/www/index.php
- Timestamp:
- Aug 25, 2009, 1:04:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/index.php
r76 r77 23 23 else $System->Modules['User']->Data['Id'] = $Config['Web']['UserConsoleId']; 24 24 $System->Modules['Permission']->LoadForUser($System->Modules['User']->Data['Id']); 25 print_r($System->Modules['Permission']->Data);25 //print_r($System->Modules['Permission']->Data); 26 26 27 27 if(array_key_exists('Module', $_GET)) $Module = $_GET['Module'];
Note:
See TracChangeset
for help on using the changeset viewer.