X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-wernis.php;h=5b912516790ce758570fb96b13f08b6e11c30e41;hb=df8cb42d2d579310d1ccfb562b8f30eafdb2618e;hp=25b4ff15e1b503f49dff6206e0e353d28c7e2c96;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/modules/admin/action-wernis.php b/inc/modules/admin/action-wernis.php index 25b4ff15e1..5b91251679 100644 --- a/inc/modules/admin/action-wernis.php +++ b/inc/modules/admin/action-wernis.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