mirror of
https://github.com/fspc/biketree.git
synced 2026-09-09 04:21:37 -04:00
Removes /pos from a few header.
This commit is contained in:
@@ -41,9 +41,9 @@ if(isset($_GET[switchID])){
|
||||
}
|
||||
|
||||
if($isAdmin){
|
||||
header('Location: /pos/login.php');
|
||||
header('Location: /login.php');
|
||||
}else{
|
||||
header('Location: /pos/home.php');
|
||||
header('Location: /home.php');
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user