forked from science-ation/science-ation
Whoops fix admin and config submenus that I broke on friday!
This commit is contained in:
parent
8a59a293b2
commit
621f940b27
@ -66,8 +66,8 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
//first things first - make sure our DB version matches our CODE version
|
//first things first - make sure our DB version matches our CODE version
|
||||||
$dbcodeversion=@file("db/db.code.version.txt");
|
$dbcodeversion=@file($prependdir."db/db.code.version.txt");
|
||||||
$dbdbversion=@file("db/db.db.version.txt");
|
$dbdbversion=@file($prependdir."db/db.db.version.txt");
|
||||||
if(!$dbdbversion)
|
if(!$dbdbversion)
|
||||||
{
|
{
|
||||||
echo "<html><head><title>SFIAB ERROR</title></head><body>";
|
echo "<html><head><title>SFIAB ERROR</title></head><body>";
|
||||||
|
Loading…
Reference in New Issue
Block a user