diff options
Diffstat (limited to 'config.php')
| -rwxr-xr-x | config.php | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,11 +1,18 @@ <?php -$host="localhost"; + $host="localhost"; $login="tcdmaps"; $pword="tcdmaps"; $db="googlemaps_db"; + /* +$host="wwwdb.tcd.ie"; +$login="gmaps"; +$pword="xpehtWpR"; +$db="googlemaps_db"; + + $host="internal-db.s65888.gridserver.com"; $login="db65888_tcd"; $pword="3K4DumV3"; |
