mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 00:30:21 -07:00
thank you for logging in, you will be redirected to return to return to the board
This commit is contained in:
parent
9165a3a5ab
commit
34d8936717
@ -50,7 +50,7 @@
|
||||
$msg = "Couldn't login. Either you didn't enter an existing username, or you haven't entered the right password for the username.";
|
||||
}
|
||||
}
|
||||
$txt.="$tccell1>$msg<br>".redirect('index.php','return to the board',0);
|
||||
$txt.="$tccell1>$msg<br>".redirect('index.php','the board',0);
|
||||
}
|
||||
elseif ($_POST['action']=='logout') {
|
||||
setcookie('loguserid','', time()-3600, "/", $_SERVER['SERVER_NAME'], false, true);
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
// May as well unset this as well
|
||||
setcookie('logpassword','', time()-3600, "/", $_SERVER['SERVER_NAME'], false, true);
|
||||
$txt.="$tccell1> You are now logged out.<br>".redirect('index.php','return to the board',0);
|
||||
$txt.="$tccell1> You are now logged out.<br>".redirect('index.php','the board',0);
|
||||
}
|
||||
elseif (!$_POST['action']) {
|
||||
$ipaddr = explode('.', $_SERVER['REMOTE_ADDR']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user