]> git.mxchange.org Git - mailer.git/blobdiff - mailid_top.php
Rewrites not to init config in config-functions.php (some still remain, many untested)
[mailer.git] / mailid_top.php
index c5fab11c92e0ccf609f5005824d052a2f8abe86b..b63c9374179fc3c8de3eabd04631a61648bcb76e 100644 (file)
@@ -52,9 +52,12 @@ require('inc/config-global.php');
 // Set content type
 setContentType('text/html');
 
-// Is the extension active
+// Is the extension mailid active?
 redirectOnUninstalledExtension('mailid');
 
+// Is the extension other active?
+redirectOnUninstalledExtension('other');
+
 // Init variables
 $url_userid = 0;
 $url_bid = 0;