mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 19:28:53 +00:00
17 lines
506 B
Smarty
17 lines
506 B
Smarty
|
|
<br clear="all" />
|
|
|
|
<h1>{L_DATABASE_RESTORE}</h1>
|
|
|
|
<P>{L_RESTORE_EXPLAIN}</p>
|
|
|
|
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
|
<tr>
|
|
<th>{L_SELECT_FILE}</th>
|
|
</tr>
|
|
<tr><form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}">
|
|
<td class="row1" align="center"> <input type="file" name="backup_file"> {S_HIDDEN_FIELDS}<input type="submit" name="restore_start" value="{L_START_RESTORE}"> </td>
|
|
</form></tr>
|
|
</table></div>
|
|
|
|
<br clear="all" />
|