Extension 'yoomedia' now alpha status, some rewrites
[mailer.git] / inc / modules / admin / what-list_bank_package.php
index 8fc083f7924c9e0afa5a64669451514e7be27343..250ed1752775b66fee7ec35b0e9fb712c5d87742 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);
 } // END - if
 
 // Add description as navigation point
-ADD_DESCR("admin", basename(__FILE__));
+ADD_DESCR("admin", __FILE__);
 
 // Check if there is enougth selected
 $show = true;