mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 08:48:53 +00:00
More case change updates
git-svn-id: file:///svn/phpbb/trunk@3376 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
42ad34f513
commit
0752dfb52a
2 changed files with 8 additions and 8 deletions
|
@ -466,7 +466,7 @@ switch ($mode)
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1"><?php echo $user->lang['IP_valid']; ?>: <br /><span class="gensmall"><?php echo $user->lang['IP_valid_explain']; ?></span></td>
|
<td class="row1"><?php echo $user->lang['IP_valid']; ?>: <br /><span class="gensmall"><?php echo $user->lang['IP_valid_explain']; ?></span></td>
|
||||||
<td class="row2"><input type="radio" name="ip_check" value="4" <?php echo $ip_all; ?> /> <?php echo $user->lang['All']; ?> <input type="radio" name="ip_check" value="3" <?php echo $ip_classc; ?> /> <?php echo $user->lang['Class_C']; ?> <input type="radio" name="ip_check" value="2" <?php echo $ip_classb; ?> /> <?php echo $user->lang['Class_B']; ?> <input type="radio" name="ip_check" value="0" <?php echo $ip_none; ?> /> <?php echo $user->lang['None']; ?> </td>
|
<td class="row2"><input type="radio" name="ip_check" value="4" <?php echo $ip_all; ?> /> <?php echo $user->lang['All']; ?> <input type="radio" name="ip_check" value="3" <?php echo $ip_classc; ?> /> <?php echo $user->lang['Class_C']; ?> <input type="radio" name="ip_check" value="2" <?php echo $ip_classb; ?> /> <?php echo $user->lang['Class_B']; ?> <input type="radio" name="ip_check" value="0" <?php echo $ip_none; ?> /> <?php echo $user->lang['NONE']; ?> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1"><?php echo $user->lang['Limit_load']; ?>: <br /><span class="gensmall"><?php echo $user->lang['Limit_load_explain']; ?></span></td>
|
<td class="row1"><?php echo $user->lang['Limit_load']; ?>: <br /><span class="gensmall"><?php echo $user->lang['Limit_load_explain']; ?></span></td>
|
||||||
|
|
|
@ -25,7 +25,7 @@ if (!empty($setmodules))
|
||||||
$module['DB']['DB_BACKUP'] = ($auth->acl_get('a_backup')) ? $filename . "$SID&mode=backup" : '';
|
$module['DB']['DB_BACKUP'] = ($auth->acl_get('a_backup')) ? $filename . "$SID&mode=backup" : '';
|
||||||
|
|
||||||
$file_uploads = @ini_get('file_uploads');
|
$file_uploads = @ini_get('file_uploads');
|
||||||
if (!empty($file_uploads) && $file_uploads !== 0 && strtolower($file_uploads) != 'off' && @phpversion() != '4.0.4pl1' && $auth->acl_get('a_restore'))
|
if (!empty($file_uploads) && $file_uploads !== 0 && strtolower($file_uploads) != 'off' && $auth->acl_get('a_restore'))
|
||||||
{
|
{
|
||||||
$module['DB']['DB_RESTORE'] = $filename . "$SID&mode=restore";
|
$module['DB']['DB_RESTORE'] = $filename . "$SID&mode=restore";
|
||||||
}
|
}
|
||||||
|
@ -82,11 +82,11 @@ switch($mode)
|
||||||
|
|
||||||
if (!isset($_POST['backupstart']) && !isset($_GET['backupstart']))
|
if (!isset($_POST['backupstart']) && !isset($_GET['backupstart']))
|
||||||
{
|
{
|
||||||
page_header($user->lang['DB_Backup']);
|
page_header($user->lang['DB_BACKUP']);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<h1><?php echo $user->lang['DB_Backup']; ?></h1>
|
<h1><?php echo $user->lang['DB_BACKUP']; ?></h1>
|
||||||
|
|
||||||
<p><?php echo $user->lang['Backup_explain']; ?></p>
|
<p><?php echo $user->lang['Backup_explain']; ?></p>
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ switch($mode)
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1"><?php echo $user->lang['Include_search_index']; ?>: <br /><span class="gensmall"><?php echo $user->lang['Include_search_index_explain']; ?></span></td>
|
<td class="row1"><?php echo $user->lang['Include_search_index']; ?>: <br /><span class="gensmall"><?php echo $user->lang['Include_search_index_explain']; ?></span></td>
|
||||||
<td class="row2"><input type="radio" name="search" value="0" /> <?php echo $user->lang['No']; ?> <input type="radio" name="search" value="1" checked="checked" /> <?php echo $user->lang['Yes']; ?></td>
|
<td class="row2"><input type="radio" name="search" value="0" /> <?php echo $user->lang['NO']; ?> <input type="radio" name="search" value="1" checked="checked" /> <?php echo $user->lang['YES']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1"><?php echo $user->lang['Additional_tables']; ?>: <br /><span class="gensmall"><?php echo $user->lang['Additional_tables_explain']; ?></span></td>
|
<td class="row1"><?php echo $user->lang['Additional_tables']; ?>: <br /><span class="gensmall"><?php echo $user->lang['Additional_tables_explain']; ?></span></td>
|
||||||
|
@ -118,7 +118,7 @@ switch($mode)
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1"><?php echo $user->lang['Compress_file']; ?>: </td>
|
<td class="row1"><?php echo $user->lang['Compress_file']; ?>: </td>
|
||||||
<td class="row2"><input type="radio" name="compress" value="none" checked="checked" /> <?php echo $user->lang['None']; ?><?php
|
<td class="row2"><input type="radio" name="compress" value="none" checked="checked" /> <?php echo $user->lang['NONE']; ?><?php
|
||||||
|
|
||||||
if (extension_loaded('zlib'))
|
if (extension_loaded('zlib'))
|
||||||
{
|
{
|
||||||
|
@ -381,11 +381,11 @@ switch($mode)
|
||||||
//
|
//
|
||||||
// Restore page
|
// Restore page
|
||||||
//
|
//
|
||||||
page_header($user->lang['DB_Restore']);
|
page_header($user->lang['DB_RESTORE']);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<h1><?php echo $user->lang['DB_Restore']; ?></h1>
|
<h1><?php echo $user->lang['DB_RESTORE']; ?></h1>
|
||||||
|
|
||||||
<p><?php echo $user->lang['Restore_explain']; ?></p>
|
<p><?php echo $user->lang['Restore_explain']; ?></p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue