Browse Source

Removes /pos from a few header.

master
Jonathan Rosenbaum 7 years ago
parent
commit
412fd0c8cf
  1. 2
      bikes/process_form_bikes.php
  2. BIN
      classes/.form.php.swp
  3. 2
      members/signinsubmit.php
  4. 4
      members/signoutsubmit.php

2
bikes/process_form_bikes.php

@ -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>

BIN
classes/.form.php.swp

Binary file not shown.

2
members/signinsubmit.php

@ -88,7 +88,7 @@ foreach($field as $key=>$value) { $$key = stripslashes($value); }
}
header( 'Location: /pos/home.php' ) ;
header( 'Location: /home.php' ) ;
?>

4
members/signoutsubmit.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…
Cancel
Save