Lessen the load from bugs in third party scripts that continuously look up non-existant users.

svn path=/trunk/boinc/; revision=5953
This commit is contained in:
Janus B. Kristensen 2005-04-28 09:34:06 +00:00
parent 0223fb3a22
commit 53fe1e1ed2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
$user = lookup_user_id($userid);
if (!$user) {
sleep(5);
error_page("No such user");
}
show_user_wap($user);