summaryrefslogtreecommitdiffstats
path: root/do.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-21 22:48:02 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-21 22:48:02 -0800
commit3b784cd8a8a0eb6028fd61a6ee60c39923c30bd9 (patch)
tree352903c4b32dcbbb7236f86c789ff3ef7336030d /do.php
parent5138b32717c9a54de0882e0319a70eda2bb2c63a (diff)
downloadpathery-3b784cd8a8a0eb6028fd61a6ee60c39923c30bd9.tar.xz
Preperation for cacheing scores.
Diffstat (limited to 'do.php')
-rw-r--r--do.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/do.php b/do.php
index 758ee7d..b999e52 100644
--- a/do.php
+++ b/do.php
@@ -72,6 +72,8 @@ if ($_GET['r'] == 'reqMemberPage') {
die($encoded);
}
+
+//TODO: DEPRECIATE!
if ($_GET['r'] == 'reqScorePage') {
$mapID = $_GET['mapid'] + 0;
$page = $_GET['reqPage'] + 0;