X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid_top.php;h=b63c9374179fc3c8de3eabd04631a61648bcb76e;hp=c5fab11c92e0ccf609f5005824d052a2f8abe86b;hb=e18bc04d1e7b09a13385709379ec47058ccbb651;hpb=086762b9606889fbda59d946b7b557d764ec2c0e diff --git a/mailid_top.php b/mailid_top.php index c5fab11c92..b63c937417 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -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;