updated
authorMatt Lee <mattl@gnu.org>
Wed, 8 Sep 2010 15:30:16 +0000 (15:30 +0000)
committerMatt Lee <mattl@gnu.org>
Wed, 8 Sep 2010 15:30:16 +0000 (15:30 +0000)
index.php

index 561f5411639807ce20d6562a8df2fcc1c474589f..cab77751c6f4c942d4ef428b47ceb476cbf1b795 100644 (file)
--- a/index.php
+++ b/index.php
@@ -13,7 +13,7 @@
 </head>
 <body id="<?php 
 
-$p = $_GET['p'];
+$p = $_GET['pppp']; //this was changed to pppp from p
 
 if ($p=='s') { $f="signup.php"; echo "tab-join"; }