]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-email_stats.php
Obsolete templates removed, surfbar fixed (admin add, userid not used)
[mailer.git] / inc / modules / admin / what-email_stats.php
index fc5a36192658518340c54c71222caedb5ec8c9fc..7adb7a30d1290beeb0162b993bc12f5838ea6335 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__));
-OUTPUT_HTML ("</FONT><BR>");
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-CLOSE_TABLE();
 //
 ?>