When incrementing config file version numbers, we must increment what we're testing...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Oct 2006 18:09:25 +0000 (18:09 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Oct 2006 18:09:25 +0000 (18:09 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11826 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/configtest.php

index 47dc461b8c88f4526a29e6da6ae0ec58f0dff5cf..acf0a3a2f767393beaf701bef6e2fd1a419f1e3b 100644 (file)
@@ -105,7 +105,7 @@ echo "<p><table>\n<tr><td>SquirrelMail version:</td><td><b>" . $version . "</b><
     "</b></td></tr>\n</table>\n</p>\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.');
 }