Add a missing permission on backup.

This commit is contained in:
markjcrane 2016-04-04 19:51:22 -06:00
parent 68c2e315ba
commit 4ac03a8d1a
2 changed files with 82 additions and 81 deletions

View File

@ -223,10 +223,10 @@ else {
echo "</div>";
echo "<br><br>";
if (permission_exists("backup_upload")) {
echo " </td>\n";
echo " <td width='20'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
echo " <td width='50%' valign='top'>\n";
echo " <b>".$text['header-restore']."</b>\n";
echo " <br><br>";
echo $text['description-restore']."\n";
@ -245,8 +245,9 @@ else {
echo " <span style='font-weight: bold; text-decoration: underline; color: #000;'>".$text['description-restore_warning']."</span>";
echo " </form>\n";
echo " </div>";
echo " </td>\n";
}
echo " </tr>\n";
echo "</table>\n";
echo "<br><br>";