no register globals anymore
authorJoey Schulze <joey@infodrom.org>
Fri, 28 Sep 2007 07:26:05 +0000 (07:26 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 28 Sep 2007 07:26:05 +0000 (07:26 +0000)
src/stats/details.wml

index 30ef29d..c0432b3 100644 (file)
@@ -2,7 +2,7 @@
 #include "stats.inc"
 
 <?
-    if (!strlen ($list)) {
+    if (!strlen ($_GET["list"])) {
       header ("Location: index.php");
       exit (0);
     }