From d2db2bef792aca9207898453c89f0cd4d2f5c0d0 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Thu, 26 Sep 2024 17:27:45 +0700 Subject: [PATCH] Remove debug die() --- system/controllers/accounts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/controllers/accounts.php b/system/controllers/accounts.php index abede61e..544d8a36 100644 --- a/system/controllers/accounts.php +++ b/system/controllers/accounts.php @@ -58,7 +58,6 @@ switch ($action) { _log('[' . $user['username'] . ']: Password changed successfully', 'User', $user['id']); _alert(Lang::T('Password changed successfully, Please login again'), 'success', "login"); } else { - die($password); r2(U . 'accounts/change-password', 'e', Lang::T('Incorrect Current Password')); } } else {