mirror of
https://github.com/fspc/biketree.git
synced 2026-09-16 14:31:36 -04:00
Removes /pos from a few header.
This commit is contained in:
@@ -88,7 +88,7 @@ foreach($field as $key=>$value) { $$key = stripslashes($value); }
|
||||
|
||||
}
|
||||
|
||||
header( 'Location: /pos/home.php' ) ;
|
||||
header( 'Location: /home.php' ) ;
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -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