X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fguest%2Faction-;h=11943809dd953766078ae877a00b5bcfae3b76e0;hb=ebeaf2be7fe57e80004d85046652f4109c7eceb0;hp=38264c411fcd9e63a62f675fb9f7dcb62b788e02;hpb=c67165a2e80230515a0c0897ee53bb177f7d88dd;p=mailer.git diff --git a/inc/modules/guest/action- b/inc/modules/guest/action- index 38264c411f..11943809dd 100644 --- a/inc/modules/guest/action- +++ b/inc/modules/guest/action- @@ -32,8 +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); } @@ -43,14 +42,12 @@ ADD_DESCR("guest", basename(__FILE__)); // Load the include file $INC = sprintf(PATH."inc/modules/guest/what-%s.php", $GLOBALS['what']); -if (file_exists($INC)) -{ +if (FILE_READABLE($INC)) { // Ok, we finally load the guest action module include($INC); -} - else -{ +} else { ADD_FATAL(GUEST_404_ACTION_1.$GLOBALS['what'].GUEST_404_ACTION_2); } + // ?>