Skip to content

Commit

Permalink
Anotehr
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Aug 16, 2024
1 parent 8d0c65f commit 11f4b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Do.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public static function ChangeWhitelist()

// rap log
postWebhookMessage(sprintf("has changed %s's whitelist to %s.\n\n> :bust_in_silhouette: [View this user](https://old.akatsuki.gg/index.php?p=103&id=%s) on **Admin Panel**", $_SESSION['username'], $_POST['newwhitelist'], $_POST["id"]));
rapLog(sprintf("has changed %s's whitelist to %s", $_SESSION['whitelist'], $_POST["newwhitelist"]));
rapLog(sprintf("has changed %s's whitelist to %s", $_SESSION['username'], $_POST["newwhitelist"]));
// Done, redirect to success page
redirect('index.php?p=102&s=User whitelist changed! It might take a while to change the whitelist if the user is online on Bancho.');
} catch (Exception $e) {
Expand Down

0 comments on commit 11f4b26

Please sign in to comment.