diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-04-07 10:45:08 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-04-07 10:45:08 +0200 |
| commit | 21791971aab85db0257088f0dfe8f79a5552a5e7 (patch) | |
| tree | 5878628bdbafb0e12849f870c8f8956be311da5d /phpBB/adm | |
| parent | 6f573f710ddf4034f725c7f58f11cb7c4c57631f (diff) | |
| parent | b707bdc4f15eccd7edbe04f7940c6f6df90cd5e8 (diff) | |
| download | forums-21791971aab85db0257088f0dfe8f79a5552a5e7.tar forums-21791971aab85db0257088f0dfe8f79a5552a5e7.tar.gz forums-21791971aab85db0257088f0dfe8f79a5552a5e7.tar.bz2 forums-21791971aab85db0257088f0dfe8f79a5552a5e7.tar.xz forums-21791971aab85db0257088f0dfe8f79a5552a5e7.zip | |
Merge pull request #5501 from marc1706/ticket/15928
[ticket/15928] Remove support for downloading backups
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> |
