Revision 9d584d5d
Added by Ermal LUÇI over 12 years ago
etc/inc/config.lib.inc | ||
---|---|---|
520 | 520 |
if (!empty($_SERVER['REMOTE_ADDR'])) |
521 | 521 |
$username .= '@' . $_SERVER['REMOTE_ADDR']; |
522 | 522 |
|
523 |
session_commit(); |
|
523 |
if (!isset($argc)) |
|
524 |
session_commit(); |
|
524 | 525 |
|
525 | 526 |
if($backup) |
526 | 527 |
backup_config(); |
Also available in: Unified diff
Put protection for session functions even here