]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-other.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / extensions / ext-other.php
index 7f8f2aee833f6d9e0c6a02933d4f24689df4e0cf..36d58b5a2fb0a8e5531344ceeb90ef2e6a253301 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
@@ -210,7 +210,7 @@ default: // Do stuff when extension is loaded
 }
 
 // Keep this extension always active!
-EXT_SET_ALWAYS_ACTIVE("Y");
+EXT_SET_ALWAYS_ACTIVE('Y');
 
 //
 ?>