Changeset 1258 in ExiteCMS for trunk/includes/user_functions.php
- Timestamp:
- 02/10/08 21:47:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/user_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/user_functions.php
r1222 r1258 129 129 exit; 130 130 } 131 // update the login expiration timestamp 132 $_SESSION['login_expire'] = isset($_SESSION['remember_me']) ? (time() + $settings['session_gc_maxlifetime']) : (time() + 60*60); 131 133 } else { 132 134 header("P3P: CP='NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM'");
Note: See TracChangeset
for help on using the changeset viewer.
