]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-safe.php
Possible fix #2 for reflink
[mailer.git] / inc / extensions / ext-safe.php
index 93006e7cc335e40ed28bb9bd92714d64b03a6f48..6af71b74450bdf0dbb16280f3f56387cc9a327ae 100644 (file)
@@ -40,7 +40,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-}
+} // END - if
 
 // Version number
 setThisExtensionVersion('0.0');
@@ -48,6 +48,9 @@ setThisExtensionVersion('0.0');
 // Version history array (add more with , '0.1.0' and so on)
 setExtensionVersionHistory(array('0.0'));
 
+// This extension is in development (non-productive)
+enableExtensionProductive(false);
+
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
                // SQL commands to run