Clarified the error message

This commit is contained in:
2026-01-30 10:43:01 +01:00
parent c9e75950b0
commit 4152de87f0
2 changed files with 368 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ if (isset($_GET['id'])){
if ( $id != 9999 ) {
if ( isset( $show_array[$id] ) ) {
naughty("2227263ac7171aca3214d155dec539ad The id is still too high");
naughty("2227263ac7171aca3214d155dec539ad The id \"${id}\" is already reserved");
}
}
}