]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-agb.php
Security line in all includes changed
[mailer.git] / inc / modules / guest / what-agb.php
index 060d10625f96e1b414de554699f266660c3a86f5..e802710b7df86c1a4414a3095320db6d426a2f6c 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
-{
+if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
+
 // Add description as navigation point
 ADD_DESCR ("guest", basename(__FILE__));
 
-OPEN_TABLE("100%", "guest_content_align", "");
-LOAD_TEMPLATE (substr(basename(__FILE__), 5, -4));
-CLOSE_TABLE();
+// Load default template
+LOAD_TEMPLATE(substr(basename(__FILE__), 5, -4));
+
 //
 ?>