From f8c7f7de5ef84be433f24f98d1a9a5375bc7c1a6 Mon Sep 17 00:00:00 2001 From: dairiki Date: Fri, 7 Mar 2003 06:31:16 +0000 Subject: [PATCH] Disabled the ability to write the config file. Having the configurator write the config file to the install directory is a big security hole. It allows _anyone_ to write a working index-user.php with, e.g., an admin username and password of their own choosing. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2711 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- configurator.php | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/configurator.php b/configurator.php index 728b06cc6..90ba58ffe 100644 --- a/configurator.php +++ b/configurator.php @@ -20,7 +20,7 @@ printf("\n", 'iso-8859-1'); "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - + Configuration tool for PhpWiki 1.3.x