X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-stats.php;h=3cd387404bff342d4864d923fdf7d88cb87d024d;hb=e8a44f28a734e4796b70a1bc9df353f2466e1846;hp=2db7b93dd3df04025d6a45d0fb791a16c4245c82;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/modules/admin/action-stats.php b/inc/modules/admin/action-stats.php index 2db7b93dd3..3cd387404b 100644 --- a/inc/modules/admin/action-stats.php +++ b/inc/modules/admin/action-stats.php @@ -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