diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-21 22:48:02 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-21 22:48:02 -0800 |
commit | 3b784cd8a8a0eb6028fd61a6ee60c39923c30bd9 (patch) | |
tree | 352903c4b32dcbbb7236f86c789ff3ef7336030d /do.php | |
parent | 5138b32717c9a54de0882e0319a70eda2bb2c63a (diff) | |
download | pathery-3b784cd8a8a0eb6028fd61a6ee60c39923c30bd9.tar.xz |
Preperation for cacheing scores.
Diffstat (limited to 'do.php')
-rw-r--r-- | do.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ if ($_GET['r'] == 'reqMemberPage') { die($encoded);
}
+
+//TODO: DEPRECIATE!
if ($_GET['r'] == 'reqScorePage') {
$mapID = $_GET['mapid'] + 0;
$page = $_GET['reqPage'] + 0;
|