فهرست منبع

When incrementing config file version numbers, we must increment what we're testing for in configtest.php.

tassium 19 سال پیش
والد
کامیت
7c508e2a11
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/configtest.php

+ 1 - 1
src/configtest.php

@@ -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.');
 }