X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-lock_user.php;h=1a4c705d50f58b3e2d258cd6896202aea0195046;hp=435ab833435081418fbe8ad9d65c89bdb542b702;hb=397eb5dee2611cfaa1ff494d73e6785b88109cd6;hpb=5bdeaf8b452206598b6c6cd4f941145b11a0eccc diff --git a/inc/modules/admin/what-lock_user.php b/inc/modules/admin/what-lock_user.php index 435ab83343..1a4c705d50 100644 --- a/inc/modules/admin/what-lock_user.php +++ b/inc/modules/admin/what-lock_user.php @@ -108,7 +108,7 @@ if (!empty($_GET['u_id'])) { } elseif (isset($_POST['del'])) { // Delete the account $ACT = true; - require_once(PATH."inc/modules/admin/what-del_user.php"); + LOAD_INC_ONCE("inc/modules/admin/what-del_user.php"); } elseif (!empty($_POST['no'])) { // Do not lock him... $URL = "modules.php?module=admin&what=list_user&u_id=".bigintval($_GET['u_id']);