]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Detect https and double-dot (port number)
[mailer.git] / inc / wrapper-functions.php
index 683fc0d955cde726b5df2cf26774512b631de5df..32ab18e167a96d05d2579c18defc13ba5049175d 100644 (file)
@@ -88,8 +88,7 @@ function writeToFile ($FQFN, $content, $aquireLock = FALSE) {
                }
        } else {
                // Write it with fopen
-               $fp = fopen($FQFN, 'w')
-                       or reportBug(__FUNCTION__, __LINE__, 'Cannot write to file ' . basename($FQFN) . '!');
+               $fp = fopen($FQFN, 'w') or reportBug(__FUNCTION__, __LINE__, 'Cannot write to file ' . basename($FQFN) . '!');
 
                // Aquire a lock?
                if ($aquireLock === TRUE) {