]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_bank_package.php
Variable rewritten to ['ref_level'] to avoid trouble with referal system
[mailer.git] / inc / modules / admin / what-add_bank_package.php
index c24efeb2cc8b395ab7ccd19e250b43e4b6ed2b1f..ed4e351b2c606035eef898677677501a7a89460e 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if ((!defined('__SECURITY')) || (!is_admin())) {
+if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", basename(__FILE__));
+ADD_DESCR("admin", __FILE__);
 
 // Is the formular sent?
 if (isset($_POST['ok'])) {