X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-usage.php;h=2b38b5b6b41ba266eef32215731b3a3b826578c1;hb=2142149f3f72f1a2476f95a87937c044d63bbaf2;hp=4046acd7536c21c8906698aacfb45142eacb307f;hpb=628bbf35373f935235394c05ea009825ef01822b;p=mailer.git diff --git a/inc/modules/admin/what-usage.php b/inc/modules/admin/what-usage.php index 4046acd753..2b38b5b6b4 100644 --- a/inc/modules/admin/what-usage.php +++ b/inc/modules/admin/what-usage.php @@ -32,19 +32,17 @@ ************************************************************************/ // Some security stuff... -if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!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__); // Base directory (should be moved to database) $usage = "usage/"; -OPEN_TABLE("100%", "admin_content admin_content_align", ""); - if (!empty($_GET['image'])) { if ($_GET['type'] == "usage") { $file = sprintf("%s%susage.png", PATH, $usage); @@ -97,6 +95,5 @@ if (!empty($file)) { } } -CLOSE_TABLE(); // ?>