Skip to content

Commit

Permalink
- bugfix: unable to update database v1.4 while setup in v1.7.1 (closes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpozdeev committed Nov 3, 2022
1 parent c1ab2a4 commit fdf0836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
}

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 '>
Expand Down

0 comments on commit fdf0836

Please sign in to comment.