Change all "AND" / "OR" to && / ||

This commit is contained in:
Marcus Hill
2022-04-14 18:40:51 +01:00
parent ea041a0371
commit ca629801af
35 changed files with 86 additions and 86 deletions

View File

@@ -117,7 +117,7 @@
</div>
</div>
<?php if(!empty($config_smtp_host) AND !empty($contact_email)){ ?>
<?php if(!empty($config_smtp_host) && !empty($contact_email)){ ?>
<div class="form-group">
<label>Email Receipt</label>