diff --git a/admin/admin.php b/admin/admin.php index 478d5c74ce1..e17c6c9072c 100644 --- a/admin/admin.php +++ b/admin/admin.php @@ -33,7 +33,7 @@ # Suite 330, Boston, MA 02111-1307, USA. # ############################################################# */ - +$sid = $_GET['sid']; header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); diff --git a/admin/browse.php b/admin/browse.php index 09633cc136f..72b07fb62f6 100644 --- a/admin/browse.php +++ b/admin/browse.php @@ -33,6 +33,11 @@ # Suite 330, Boston, MA 02111-1307, USA. # ############################################################# */ +$sid = $_GET['sid']; +$action = $_GET['action']; +$id = $_GET['id']; +$limit = $_GET['limit']; + include("config.php"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past diff --git a/admin/createdb.php b/admin/createdb.php index b194ccc277f..bf1d34116b6 100644 --- a/admin/createdb.php +++ b/admin/createdb.php @@ -33,6 +33,8 @@ # Suite 330, Boston, MA 02111-1307, USA. # ############################################################# */ +$dbname = $_GET['dbname']; + include("config.php"); echo $htmlheader; diff --git a/admin/dataentry.php b/admin/dataentry.php index 0c9523ca6c9..d59b56d8367 100644 --- a/admin/dataentry.php +++ b/admin/dataentry.php @@ -33,6 +33,11 @@ # Suite 330, Boston, MA 02111-1307, USA. # ############################################################# */ +$action = $_GET['action']; +$sid = $_GET['sid']; +$id = $_GET['id']; +$surveytable = $_GET['surveytable']; + include("config.php"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past diff --git a/admin/deletesurvey.php b/admin/deletesurvey.php index 9cff740ad9d..4ba7b0d95a8 100644 --- a/admin/deletesurvey.php +++ b/admin/deletesurvey.php @@ -33,6 +33,8 @@ # Suite 330, Boston, MA 02111-1307, USA. # ############################################################# */ +$sid = $_GET['sid']; + include("config.php"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); diff --git a/admin/dumpsurvey.php b/admin/dumpsurvey.php index a5a498a6a57..c2b2ada128e 100644 --- a/admin/dumpsurvey.php +++ b/admin/dumpsurvey.php @@ -42,6 +42,8 @@ // 3. questions // 4. answers +$sid = $_GET['sid']; + include ("config.php"); //echo $htmlheader; diff --git a/admin/export.php b/admin/export.php index ff5dfe3faed..f6f27f5c22d 100644 --- a/admin/export.php +++ b/admin/export.php @@ -34,6 +34,8 @@ ############################################################# */ +$sid = $_GET['sid']; + if (!$style) { header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past diff --git a/admin/printablesurvey.php b/admin/printablesurvey.php index 3560fdbef44..d6a608afa16 100644 --- a/admin/printablesurvey.php +++ b/admin/printablesurvey.php @@ -33,6 +33,9 @@ # Suite 330, Boston, MA 02111-1307, USA. # ############################################################# */ + +$sid = $_GET['sid']; + $boxstyle = "style='border-color: #111111; border-width: 1; border-style: solid'"; include("config.php"); diff --git a/admin/resultsdump.php b/admin/resultsdump.php index 9a3f78f74fa..c6014816315 100644 --- a/admin/resultsdump.php +++ b/admin/resultsdump.php @@ -33,6 +33,9 @@ # Suite 330, Boston, MA 02111-1307, USA. # ############################################################# */ + +$sid = $_GET['sid']; + include("config.php"); if (!$sid) diff --git a/admin/statistics.php b/admin/statistics.php index c93f85c0e8e..f72dfd11e81 100644 --- a/admin/statistics.php +++ b/admin/statistics.php @@ -34,6 +34,8 @@ ############################################################# */ +$sid = $_GET['sid']; + include("config.php"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past diff --git a/admin/tokens.php b/admin/tokens.php index e7ba2277ebd..8711133a560 100644 --- a/admin/tokens.php +++ b/admin/tokens.php @@ -36,6 +36,12 @@ # TOKENS FILE +$sid = $_GET['sid']; +$action = $_GET['action']; +$tid = $_GET['tid']; +$order = $_GET['order']; +$ok = $_GET['ok']; + include("config.php"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past