From 967b342039261ab294fe85d806fe49ce16391ada Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 28 Mar 2008 19:42:35 +0000 Subject: Disable installer by default; add config option to enable it again --- installer/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'installer/config.php') diff --git a/installer/config.php b/installer/config.php index 5b365a5a5..9845bb3f3 100644 --- a/installer/config.php +++ b/installer/config.php @@ -20,6 +20,9 @@ $RCI->config_props = array( 'htmleditor' => 1, ); +// allow the current user to get to the next step +$_SESSION['allowinstaller'] = true; + if (!empty($_POST['submit'])) { echo '

Copy the following configurations and save them in two files (names above the text box)'; -- cgit v1.2.3