diff --git a/bikes/process_form_bikes.php b/bikes/process_form_bikes.php index 70e4043..efa480f 100755 --- a/bikes/process_form_bikes.php +++ b/bikes/process_form_bikes.php @@ -155,6 +155,6 @@ if($action == "insert"){ echo "

Important!!!

Tag this bike as Manage Bikes-->
-Go Home-->

+Go Home--> diff --git a/classes/.form.php.swp b/classes/.form.php.swp deleted file mode 100755 index a0e996c..0000000 Binary files a/classes/.form.php.swp and /dev/null differ diff --git a/members/signinsubmit.php b/members/signinsubmit.php index 20a62dc..72b3b56 100755 --- a/members/signinsubmit.php +++ b/members/signinsubmit.php @@ -88,7 +88,7 @@ foreach($field as $key=>$value) { $$key = stripslashes($value); } } -header( 'Location: /pos/home.php' ) ; +header( 'Location: /home.php' ) ; ?> diff --git a/members/signoutsubmit.php b/members/signoutsubmit.php index 9026f4b..53dc697 100755 --- a/members/signoutsubmit.php +++ b/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'); } ?>