diff --git a/servers/php/dbconnect.php b/servers/php/dbconnect.php index 967cd7d..fd9c8e0 100644 --- a/servers/php/dbconnect.php +++ b/servers/php/dbconnect.php @@ -3,7 +3,7 @@ $dbhost = 'localhost'; $dbuser = 'gpstracker_user'; $dbpass = 'gpstracker'; -$dbname = 'gpstracker'; +$dbname = 'gpstracker2'; $mysqli = new mysqli($dbhost, $dbuser, $dbpass, $dbname); diff --git a/servers/php/displaymap.php b/servers/php/displaymap.php index 70307d9..5503568 100644 --- a/servers/php/displaymap.php +++ b/servers/php/displaymap.php @@ -4,8 +4,8 @@
Please note that routes in the dropdown box are a concatenation of phoneNumber (ie. androidUser) and the first five characters of the sessionID. Start times and end times for the routes are in parentheses. Routes will be deleted after 3 days, there were getting to be to many.
- The routes in the dropdown box are sorted in descending order by startTime so your route should be near the top.
-
- Feb 12, 2014
-
+ The routes in the dropdown box are sorted in descending order by startTime so your route should be near the top.