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 "\nAll done - updating new DB version to $dbcodeversion\n";
|
||||
$fp=fopen("db.db.version.txt","w");
|
||||
fputs($fp,$dbcodeversion."\n");
|
||||
fclose($fp);
|
||||
|
Loading…
Reference in New Issue
Block a user