Bug/Wish :
* Admin :
- - #300: notify hotliners for validation comments. -Car
+ - #298: On su exit, go back to SU page on the given account. -MC
+ - #300: Notify hotliners for validation comments. -Car
* Misc :
- - #290: date display with no preceding 0. -Car
+ - #290: Date display with no preceding 0. -Car
* Profile :
- #299: Be more specific wrt given name for women. -MC
Fixes (from 0.9.5 branch) :
* Search :
- - #304: next/prev links were missing if #pages was 2. -MC
+ - #304: Next/Prev links were missing if #pages was 2. -MC
================================================================================
VERSION 0.9.5 07 Apr 2004
new_skinned_page('index.tpl',AUTH_MDP);
if (Session::has('suid')) {
+ $a4l = Session::get('forlife');
$suid = Session::getMixed('suid');
$log = Session::getMixed('log');
$log->log("suid_stop", Session::get('forlife') . " by " . $suid['forlife']);
$_SESSION = $suid;
Session::kill('suid');
+ header('Location: '.$globals->baseurl.'/admin/utilisateurs.php?login='.$a4l);
+} else {
+ header("Location: login.php");
}
-header("Location: login.php");
?>