]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-misc.php
Referal levels for surfbar added (unfinished)
[mailer.git] / inc / modules / admin / action-misc.php
index 41cdcc67e5345b7873bfa3c9f56d5eb6a541d08f..95d0b1e5890acfbf8d6a58d563070b5b4875275b 100644 (file)
@@ -42,7 +42,7 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 ADD_DESCR("admin", basename(__FILE__));
 
 // Load the include file
-$INC = sprintf(PATH."inc/modules/admin/what-%s.php", $GLOBALS['what']);
+$INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, $GLOBALS['what']);
 if (file_exists($INC))
 {
        // Ok, we finally load the admin action module