mirror of
https://github.com/fspc/biketree.git
synced 2025-02-22 08:53:24 -05:00
Removes /pos from a few header.
This commit is contained in:
parent
0136dddc70
commit
412fd0c8cf
@ -155,6 +155,6 @@ if($action == "insert"){ echo "<center><h2>Important!!!</h2><h2>Tag this bike as
|
||||
|
||||
<a href="index.php">Manage Bikes--></a>
|
||||
<br>
|
||||
<a href="/pos/home.php">Go Home--></a></center>
|
||||
<a href="/home.php">Go Home--></a></center>
|
||||
</body>
|
||||
</html>
|
||||
|
Binary file not shown.
@ -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');
|
||||
}
|
||||
?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user