From 445f37475a42c5f24c9e16f4840e22e3d085530a Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Sun, 3 Apr 2011 17:15:19 +0200 Subject: [PATCH] Added php proxy. --- web/config.js | 1 + web/up.php | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 web/up.php diff --git a/web/config.js b/web/config.js index a6085513..44de8508 100644 --- a/web/config.js +++ b/web/config.js @@ -1,6 +1,7 @@ var config = { tileUrl: 'tiles/', updateUrl: 'up/', // For Apache and lighttpd +// updateUrl: 'up.php?path=', // For Apache and lighttpd without ability to natively proxy // updateUrl: 'up.aspx?path=', // For IIS tileWidth: 128, tileHeight: 128 diff --git a/web/up.php b/web/up.php new file mode 100644 index 00000000..347d6469 --- /dev/null +++ b/web/up.php @@ -0,0 +1,32 @@ + + +