Changeset 1871 in ExiteCMS for trunk/maintenance.php
- Timestamp:
- 10/19/08 12:10:12 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
maintenance.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 Copy of config.php 2 config.backup.php 3 _revision_.svn 1 config.php
-
- Property svn:ignore
-
trunk/maintenance.php
r1776 r1871 16 16 require_once dirname(__FILE__)."/includes/theme_functions.php"; 17 17 18 // login requested, switch to setuser to perform the login 19 if (isset($_POST['login'])) { 20 $_GET['login'] = "yes"; 21 include PATH_ROOT."setuser.php"; 22 exit; 23 } 24 18 25 // logout requested, switch to setuser to perform the logout 19 26 if (isset($_POST['logout'])) { 20 $_ REQUEST['logout'] = "yes";27 $_GET['logout'] = "yes"; 21 28 include PATH_ROOT."setuser.php"; 22 29 exit;
Note: See TracChangeset
for help on using the changeset viewer.
