Skip to content

Commit

Permalink
* Improve debug codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjianhua committed Nov 21, 2022
2 parents 7edd997 + 6fd1b46 commit b8fc7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/module/instance/view/advance.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</form>
</div>
<?php endif;?>
<?php if(true or isset($cloudApp->features->mail)):?>
<?php if(isset($cloudApp->features->mail)):?>
<div class='panel-heading'>
<div class='panel-title'><?php echo $lang->system->SMTP->common;?></span></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/module/instance/view/install.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<td></td>
</tr>
<?php endif;?>
<?php if(true or isset($cloudApp->features->mail) && $this->loadModel('system')->isSMTPEnabled()):?>
<?php if(isset($cloudApp->features->mail) && $this->loadModel('system')->isSMTPEnabled()):?>
<tr>
<th class='w-80px'></th>
<td class='w-250px'>
Expand Down

0 comments on commit b8fc7f9

Please sign in to comment.