mailer project continued:
[mailer.git] / inc / modules / sponsor / guest.php
index 0a23bcf0fb43c8c7e58a18faf943da84f6e98be8..f649570a90e7b64cf690dd058fe8623fdd5530d2 100644 (file)
@@ -36,7 +36,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
+       exit();
 } elseif ((!isExtensionActive('sponsor'))) {
        addFatalMessage(__FILE__, __LINE__, '{%pipe,generateExtensionInactiveNotInstalledMessage=sponsor%}');
        return;