changeset 1665:b60035fc3500

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Dec 2016 09:06:18 +0200
parents 92c02d717152
children cb92f01c5dcb
files www/config.inc.php www/index.php
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/www/config.inc.php	Sun Dec 18 08:12:12 2016 +0200
+++ b/www/config.inc.php	Mon Dec 19 09:06:18 2016 +0200
@@ -1,9 +1,7 @@
 <?php
 $pageAuthor = "Matti H&auml;m&auml;l&auml;inen aka Ggr Pupunen";
 $pageTitle = "Pupunen BatMUD Maps";
-$pageGMapURL = "http://jeskko.pupunen.net/gmap2/";
-//$pageGMapURL = "http://tnsp.org/gmap2/";
-$batQuestURL = "http://www.bat.org/help/quests?str=";
+$wizImageURL = "wiz/";
 
 $currTime = getdate();
 if ($currTime["mday"] == 1 && $currTime["mon"] == 4)
@@ -21,5 +19,9 @@
 $protocolPrefix = (!isset($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] == "off" || $_SERVER["HTTPS"] == "") ? "http" : "https";
 $pageMapURL = $protocolPrefix."://tnsp.org/maps/";
 
-$wizImageURL = "wiz/";
+
+//$pageGMapURL = $protocolPrefix."://tnsp.org/gmap2/";
+$pageGMapURL = "http://jeskko.pupunen.net/gmap2/";
+$batQuestURL = $protocolPrefix."://www.bat.org/help/quests?str=";
+
 ?>
\ No newline at end of file
--- a/www/index.php	Sun Dec 18 08:12:12 2016 +0200
+++ b/www/index.php	Mon Dec 19 09:06:18 2016 +0200
@@ -166,6 +166,7 @@
   mpGetURLLink("hcbat.html", "HCBat map").
   " ".
   mpGetURLLink("hcbat.htm", "(*)").
+  " [".mpGetURLLink("hcbat.ansi", "ANSI")."]".
   "</td>\n".
   "    <td>[<a href=\"loc.php?n=hcbat\">Locations</a>] ".
   "[<a href=\"loc.php?n=hcbat&amp;c\">PCities</a>] ".