]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-
Fixes for rallye, thanks to WernisMan
[mailer.git] / inc / modules / admin / what-
index ee740024aa5db64ebd6d0cc24df107ff61930622..6cf74f572f556308320bd1efb308b3c205774bf4 100644 (file)
@@ -37,7 +37,7 @@
  ************************************************************************/
 
 // Some security stuff...
-if ((!defined('__SECURITY')) || (!is_admin())) {
+if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
 } // END - if