]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-sponsor.php
Fixes for sql_patches removal vs. password reset of admin
[mailer.git] / inc / modules / admin / action-sponsor.php
index b4cbba35c9187ff151e9bd89a39ed68a06d291ce..a841ef6d326eb50e156db27d2023dea8732a270f 100644 (file)
@@ -41,7 +41,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
        include($INC);