enable login notify

This commit is contained in:
xiaomlove
2023-04-09 02:33:37 +08:00
parent 2c85edb1b3
commit 4535ba94a4
6 changed files with 27 additions and 27 deletions

View File

@@ -53,7 +53,7 @@ if (
) {
$command = sprintf("user:login_notify --this_id=%s --last_id=%s", $thisLoginLog->id, $lastLoginLog->id);
do_log("[LOGIN_NOTIFY], user: {$row['id']}, $command");
// executeCommand($command, "string", true, false);
executeCommand($command, "string", true, false);
}
if ($row["enabled"] == "no")
bark($lang_takelogin['std_account_disabled']);