mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* added application version into setup title
This commit is contained in:
parent
0d4e143ab7
commit
87a9911539
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ $dbtype = ($dbclass == 'database_mysql') ? 'mysql' : 'sqlite';
|
|||
|
||||
$lastVer = '1.3.1';
|
||||
echo '<html><head><meta name="robots" content="noindex,nofollow"></head><body>';
|
||||
echo "<big><b>myTinyTodo Setup</b></big><br><br>";
|
||||
echo "<big><b>myTinyTodo v@VERSION Setup</b></big><br><br>";
|
||||
|
||||
# determine current installed version
|
||||
$ver = get_ver($db, $dbtype);
|
||||
|
|
@ -182,7 +182,7 @@ if(!$ver)
|
|||
}
|
||||
elseif($ver == $lastVer)
|
||||
{
|
||||
exitMessage("Installed version (DB v$ver) does not require update.");
|
||||
exitMessage("Installed version does not require database update.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue