aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/install_update.html15
1 files changed, 1 insertions, 14 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html
index bd46f7877e..57e2c8ffea 100644
--- a/phpBB/adm/style/install_update.html
+++ b/phpBB/adm/style/install_update.html
@@ -143,23 +143,10 @@
<!-- ELSE -->
<div class="successbox">
- <h3>{L_UPDATE_DB_SUCCESS}</h3>
+ <h3>{L_UPDATE_SUCCESS}</h3>
<p>{L_EVERYTHING_UP_TO_DATE}</p>
</div>
- <h1>{L_UPDATE_DB_SUCCESS}</h1>
-
- <br /><br />
-
- <form id="install_update" method="post" action="{U_ACTION}">
-
- <fieldset class="submit-buttons">
- <p>{L_CHECK_FILES_EXPLAIN}</p>
- <input class="button1" type="submit" name="submit" value="{L_CHECK_FILES}" />
- </fieldset>
-
- </form>
-
<!-- ENDIF -->
<!-- ELSEIF S_FILE_CHECK -->