Backwards compatibility.

This commit is contained in:
Alexander M. Turek
2003-02-02 15:01:51 +00:00
parent d03e36e27e
commit 4e72fdbd35
3 changed files with 17 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
* Includes compatibility code for older config.inc.php3 revisions
* if necessary
*/
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 153) {
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 155) {
include('./libraries/config_import.lib.php3');
}