]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-themes.php
Security line in all includes changed
[mailer.git] / inc / modules / guest / action-themes.php
index aedec8bacda7c243b9fb6d844df552d362798780..a94178bff6de0558980a3eda966549abe7416564 100644 (file)
@@ -32,7 +32,7 @@
  ************************************************************************/
 
 // 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);
 }
@@ -53,8 +53,7 @@ if ($num_themes > 1) {
        $OUT = THEME_SELECTION_BOX("index", $act, $GLOBALS['what'], $result_themes);
 } elseif (($num_themes == 1) || ((!IS_ADMIN()) && ($num_themes == 0))) {
        // If there's only one just print it's name
-       global $THEME_NAME;
-       define('__THEME_NAME', $THEME_NAME);
+       define('__THEME_NAME', GET_CURR_THEME_NAME());
        $OUT = LOAD_TEMPLATE("theme_one", true);
 } elseif (IS_ADMIN()) {
        // If there is no theme installed and there's an admin notify him!