diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-01-06 16:52:47 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-01-06 16:52:47 +0100 |
commit | 0af07d14258627449b0e9fd673ef5e437c39b88b (patch) | |
tree | bfd3811e0d6334987ba57f792cbb70d21d560604 /phpBB/adm | |
parent | 537ff0c567de293763226390ab9d968ab73d77d5 (diff) | |
download | forums-0af07d14258627449b0e9fd673ef5e437c39b88b.tar forums-0af07d14258627449b0e9fd673ef5e437c39b88b.tar.gz forums-0af07d14258627449b0e9fd673ef5e437c39b88b.tar.bz2 forums-0af07d14258627449b0e9fd673ef5e437c39b88b.tar.xz forums-0af07d14258627449b0e9fd673ef5e437c39b88b.zip |
[ticket/15928] Remove support for downloading backups
PHPBB3-15928
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_database.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html index 39f06319f9..ed0f4dd453 100644 --- a/phpBB/adm/style/acp_database.html +++ b/phpBB/adm/style/acp_database.html @@ -20,7 +20,6 @@ <p class="submit-buttons"> <input class="button1" type="submit" id="submit" name="submit" value="{L_START_RESTORE}" /> <input class="button2" type="submit" id="delete" name="delete" value="{L_DELETE_BACKUP}" /> - <input class="button2" type="submit" id="download" name="download" value="{L_DOWNLOAD_BACKUP}" /> </p> {S_FORM_TOKEN} </fieldset> @@ -72,7 +71,6 @@ <dt><label for="where">{L_ACTION}{L_COLON}</label></dt> <dd> <label><input id="where" type="radio" class="radio" name="where" value="store" checked="checked" /> {L_STORE_LOCAL}</label> - <label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label> </dd> </dl> <dl> |