]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/index.php
Some old lost copyright lines fixed, edit/delete admin functions rewritten
[mailer.git] / inc / modules / index.php
index 006eca162a94429e04b7da28e106089324c4d41e..e5019640be8c23f2fcc7cc2f82c26aa3443ab687 100644 (file)
@@ -96,7 +96,7 @@ if (($_CONFIG['guest_menu'] == "Y") || (!EXT_IS_ACTIVE("sql_patches", true)))
 // TDs between menu and content
 LOAD_TEMPLATE("guest_menu_content");
 
-$INC_ACTION = sprintf(PATH."inc/modules/guest/action-%s.php", $act);
+$INC_ACTION = sprintf("%sinc/modules/guest/action-%s.php", PATH, $act);
 if ((file_exists($INC_ACTION)) && (is_readable($INC_ACTION)) && (VALIDATE_MENU_ACTION("guest", $act, $GLOBALS['what'])))
 {
        // Requested module is available so we load it