From b3e4453b1f4116fa16ded7c63eda9673a2333390 Mon Sep 17 00:00:00 2001 From: Tom Gilder Date: Thu, 6 Oct 2005 20:48:29 +0000 Subject: [PATCH] Made setup complete message validate --- config/index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/index.php b/config/index.php index f861d45a71..a42e7e6fca 100644 --- a/config/index.php +++ b/config/index.php @@ -141,11 +141,9 @@ require_once( "includes/Namespace.php" ); /* Check for existing configurations and bug out! */ if( file_exists( "../LocalSettings.php" ) ) { - dieout( "

Already configured

+ dieout( "

Setup has completed, your wiki is configured.

-

Setup has completed, your wiki is configured.

- -

Please delete the /config directory for extra security.

" ); +

Please delete the /config directory for extra security.

" ); } if( file_exists( "./LocalSettings.php" ) ) { -- 2.20.1