]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-usage.php
- Notification mode added to surfbar (dummy!)
[mailer.git] / inc / modules / admin / what-usage.php
index 4046acd7536c21c8906698aacfb45142eacb307f..9fcbcaaeb49b1841b10778ecc294397862d41271 100644 (file)
@@ -32,7 +32,7 @@
  ************************************************************************/
 
 // 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);
 }
@@ -43,8 +43,6 @@ ADD_DESCR("admin", basename(__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();
 //
 ?>