Changeset 1665 in ExiteCMS
- Timestamp:
- 08/21/08 20:57:48 (3 years ago)
- File:
-
- 1 edited
-
trunk/reports.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/reports.php
r1620 r1665 23 23 24 24 //check if this is an administrator request 25 $admin_req = checkrights("R") && defined("iAUTH") && $aid != iAUTH;25 $admin_req = checkrights("R") && defined("iAUTH") && isset($aid) && $aid == iAUTH; 26 26 27 27 // check if the action variable is defined, if not, assign a default
Note: See TracChangeset
for help on using the changeset viewer.
