From: kink Date: Sat, 28 Feb 2004 13:48:39 +0000 (+0000) Subject: Move configtest.php script to src/, because it will be called directly X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=13721b47460857d52fab789c75a42ad280cb8150;p=squirrelmail.git Move configtest.php script to src/, because it will be called directly by the browser. Unfortunately, CVS doesn't support moving files (unlike Subversion). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6688 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index e412f709..70734e4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,8 @@ Version 1.5.1 -- CVS - Fix that subfolders named "foo.inbox" didn't always work well. - sqimap_create_stream() was not obeying passed params properly. Fixed. - Fix non selectable inbox. + - Add src/configtest.php script which checks for common errors in the config. + Version 1.5.0 -------------------- diff --git a/INSTALL b/INSTALL index 71e40014..2f8c7081 100644 --- a/INSTALL +++ b/INSTALL @@ -180,7 +180,7 @@ c. Setting up SquirrelMail and edit that manually. After you've created a configuration, you can use your webbrowser to - browse to http://your-squirrelmail-location/config/configtest.php. + browse to http://your-squirrelmail-location/src/configtest.php. This will perform some basic checks on your config to make sure everything works like it should. diff --git a/config/conf.pl b/config/conf.pl index 54853b92..6fde9147 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -837,7 +837,7 @@ while ( ( $command ne "q" ) && ( $command ne "Q" ) ) { # we exit here print "\nExiting conf.pl.\n". "You might want to test your configuration by browsing to\n". - "http://your-squirrelmail-location/config/configtest.php\n". + "http://your-squirrelmail-location/src/configtest.php\n". "Happy SquirrelMailing!\n\n"; diff --git a/config/configtest.php b/src/configtest.php similarity index 99% rename from config/configtest.php rename to src/configtest.php index 2bf7582b..b3f6324e 100644 --- a/config/configtest.php +++ b/src/configtest.php @@ -239,7 +239,7 @@ echo $IND . 'IMAP server OK ('.trim($imapline).")
\

Congratulations, your SquirrelMail setup looks fine to me!

-

Login now

+

Login now