Add a missing permission on backup.
This commit is contained in:
parent
68c2e315ba
commit
4ac03a8d1a
|
|
@ -223,10 +223,10 @@ else {
|
|||
echo "</div>";
|
||||
echo "<br><br>";
|
||||
|
||||
if (permission_exists("backup_upload")) {
|
||||
echo " </td>\n";
|
||||
echo " <td width='20'> </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>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue