From a08079d6de652fb7a9b259f8b5660894ab0c260d Mon Sep 17 00:00:00 2001 From: rurban Date: Sun, 15 Sep 2002 17:28:27 +0000 Subject: [PATCH] added jscript validation checks git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2351 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- configurator.php | 89 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 60 insertions(+), 29 deletions(-) diff --git a/configurator.php b/configurator.php index 2ba11a502..2bb7a6ca9 100644 --- a/configurator.php +++ b/configurator.php @@ -13,14 +13,14 @@ $tdwidth = 700; $config_file = 'index-user.php'; $fs_config_file = dirname(__FILE__) . (substr(PHP_OS,0,3) == 'WIN' ? '\\' : "/") . $config_file; -if ($HTTP_POST_VARS['create']) header('Location: configurator.php?create=1#create'); +if (isset($HTTP_POST_VARS['create'])) header('Location: configurator.php?create=1#create'); printf("\n", 'iso-8859-1'); ?> - + Configuration tool for PhpWiki 1.3.x