mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- bugfix: unable to update database v1.4 while setup in v1.7.1 (closes GH-44)
This commit is contained in:
parent
c1ab2a42bd
commit
fdf0836ddc
1 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,8 @@ else
|
|||
}
|
||||
|
||||
if (!isset($_POST['update'])) {
|
||||
exitMessage(htmlspecialchars("<form name=frm method=post>Update database v$ver to v$lastVer"). "<br><br>
|
||||
exitMessage(htmlspecialchars("Update database v$ver to v$lastVer"). "<br><br>
|
||||
<form name=frm method=post>
|
||||
<input type=hidden name=update value=1>
|
||||
<input type=hidden name=stoken value='$setupToken'>
|
||||
<input type=submit value=' Update '>
|
||||
|
|
|
|||
Loading…
Reference in a new issue