mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-07-25 09:44:52 -04:00
Remove debug lines
This commit is contained in:
parent
9c6813cff6
commit
7c83e0007f
@ -59,10 +59,9 @@ $db = new SSDB();
|
||||
$versionfile = fopen("versionfile", "r") or die("Unable to open version file!");
|
||||
$appversion = fread($versionfile,filesize("versionfile"));
|
||||
fclose($versionfile);
|
||||
/*if($db->getSetting($mysqli,"dbConfigVersion") != $appversion){
|
||||
die("Database needs to be updated. Please update the database and try again.");
|
||||
}*/
|
||||
die($appversion);
|
||||
if($db->getSetting($mysqli,"dbConfigVersion") != $appversion){
|
||||
die("Database needs to be updated. Please update the database and try again. App Version: '".$appversion."' DB Settings Version: '".$db->getSetting($mysqli,"dbConfigVersion")."'.");
|
||||
}
|
||||
Template::render_header("Status");
|
||||
?>
|
||||
<div class="text-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user