X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-main.php;h=0647588b143cc90a8e5acb0b8d246e2f683c9ad5;hp=8894d8a648cb1b78aebd9d8a964ecbaaec5e9e04;hb=61bddb167e29e7275f5a1c9fa8cb80431fa5ee6f;hpb=82dcf972777053767f82154d7d89700f9ba55736 diff --git a/inc/modules/guest/action-main.php b/inc/modules/guest/action-main.php index 8894d8a648..0647588b14 100644 --- a/inc/modules/guest/action-main.php +++ b/inc/modules/guest/action-main.php @@ -42,7 +42,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) ADD_DESCR("guest", basename(__FILE__)); // Load the include file -$INC = sprintf(PATH."inc/modules/guest/what-%s.php", $GLOBALS['what']); +$INC = sprintf("%sinc/modules/guest/what-%s.php", PATH, $GLOBALS['what']); $IS_VALID = WHAT_IS_VALID(GET_ACTION("guest", $GLOBALS['what']), $GLOBALS['what'], "guest"); if ((file_exists($INC)) && (is_readable($INC)) && ($IS_VALID))