Skip to content

Commit

Permalink
Merge branch 'sprint/31' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjianhua committed Oct 28, 2022
2 parents 2ca9cf5 + 9644fe2 commit d2ad5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/module/backup/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
$config->backup->setting = '';
$config->backup->settingDir = '/data/qucheng/backup';

$config->backup->versionURL = 'https://www.qucheng.com/article/release-2.0-185.html';
$config->backup->versionURL = 'https://www.qucheng.com/article/192.html';
6 changes: 3 additions & 3 deletions frontend/module/instance/view/advance.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</table>
</form>
</div>
<?php endif?>
<?php endif;?>
<?php if(count($customItems)):?>
<div class='panel-heading'>
<div class='panel-title'><?php echo $lang->instance->customSetting;?></span></div>
Expand All @@ -77,7 +77,7 @@
<td></td>
<td></td>
</tr>
<?php endforeach?>
<?php endforeach;?>
<tr>
<th></th>
<td class='text-center'>
Expand All @@ -89,7 +89,7 @@
</table>
</form>
</div>
<?php endif?>
<?php endif;?>
<?php if(!empty($dbList)):?>
<hr/>
<div class='panel-heading'>
Expand Down

0 comments on commit d2ad5fb

Please sign in to comment.