Backwards compatibility etc.

This commit is contained in:
Alexander M. Turek
2002-08-04 10:59:29 +00:00
parent f5ee240b53
commit 91a3375289
4 changed files with 110 additions and 13 deletions

View File

@@ -128,7 +128,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) < 120) {
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 131) {
include('./libraries/config_import.lib.php3');
}