]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-usage.php
Admin user details extended, DEBUG_LOG() rewritten, random userid on refid=0 added
[mailer.git] / inc / modules / admin / what-usage.php
index 4046acd7536c21c8906698aacfb45142eacb307f..2b38b5b6b41ba266eef32215731b3a3b826578c1 100644 (file)
  ************************************************************************/
 
 // 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();
 //
 ?>