forked from science-ation/science-ation
add message at the end
This commit is contained in:
parent
9d60276f89
commit
e049de4562
@ -58,6 +58,7 @@ if($dbcodeversion && $dbdbversion)
|
|||||||
echo "Version $ver update file not found - skipping over\n";
|
echo "Version $ver update file not found - skipping over\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
echo "\nAll done - updating new DB version to $dbcodeversion\n";
|
||||||
$fp=fopen("db.db.version.txt","w");
|
$fp=fopen("db.db.version.txt","w");
|
||||||
fputs($fp,$dbcodeversion."\n");
|
fputs($fp,$dbcodeversion."\n");
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
Loading…
Reference in New Issue
Block a user