mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
webgui: minor indent fix #1347
This commit is contained in:
parent
b98c3c71b0
commit
4ba98f8d55
@ -234,7 +234,7 @@ function session_auth(&$Login_Error)
|
||||
$_SESSION['last_access'] = time();
|
||||
$_SESSION['protocol'] = $config['system']['webgui']['protocol'];
|
||||
if (!isset($config['system']['webgui']['quietlogin'])) {
|
||||
log_error(sprintf("Successful login for user '%s' from: %s", $_POST['usernamefld'], $_SERVER['REMOTE_ADDR']));
|
||||
log_error(sprintf("Successful login for user '%s' from: %s", $_POST['usernamefld'], $_SERVER['REMOTE_ADDR']));
|
||||
}
|
||||
if (!empty($_GET['url'])) {
|
||||
header(url_safe("Location: {$_GET['url']}"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user