Fixes some HTML errors, shell scripts cleaned up
[mailer.git] / inc / libs / security_functions.php
index faeccb51a66856de62fd2b097f5002de317d0381..2b41ab968c41922a2c72966aba5193602ea8d7f6 100644 (file)
@@ -36,7 +36,9 @@
  ************************************************************************/
 
 // Run only once this security check/replacement
-if (defined('__SECURITY')) return;
+if (defined('__SECURITY')) {
+       return;
+} // END - if
 
 // Some security stuff...
 if (strpos($_SERVER['PHP_SELF'], basename(__FILE__)) !== false) {