From: tassium Date: Wed, 4 Oct 2006 18:09:25 +0000 (+0000) Subject: When incrementing config file version numbers, we must increment what we're testing... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=65efa9821218829082c7e0c68705f782d10172bb;p=squirrelmail.git When incrementing config file version numbers, we must increment what we're testing for in configtest.php. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11826 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/configtest.php b/src/configtest.php index 47dc461b..acf0a3a2 100644 --- a/src/configtest.php +++ b/src/configtest.php @@ -105,7 +105,7 @@ echo "

\n\n
SquirrelMail version:" . $version . "< "
\n

\n\n"; /* check $config_version */ -if ($config_version!='1.4.0') { +if ($config_version!='1.5.0') { do_err('Configuration file version does not match required version. Please update your configuration file.'); }