Commit: e1a89ec17a304f1f834a9ea2010313ddb08824ec Author: Ferenc Kovacs <[email protected]> Sat, 15 Dec 2012 21:42:26 +0100 Parents: c83d342b01c445a939a181d5a88d0c653c186077 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=e1a89ec17a304f1f834a9ea2010313ddb08824ec Log: adding johannes to the list of people allowed to approve accounts, so he can't use this as an excuse to not approve pecl account requests: http://www.mail-archive.com/[email protected]/msg00225.html :P Changed paths: M manage/users.php Diff: diff --git a/manage/users.php b/manage/users.php index f741702..62ef6db 100644 --- a/manage/users.php +++ b/manage/users.php @@ -513,7 +513,7 @@ function invalid_input($in) { function is_admin($user) { #TODO: use acls, once implemented. - if (in_array($user,array("jimw","rasmus","andrei","zeev","andi","sas","thies","rubys","ssb", "wez", "philip", "davidc", "helly","derick","bjori", "pajoye", "danbrown", "felipe" ))) return true; + if (in_array($user,array("jimw","rasmus","andrei","zeev","andi","sas","thies","rubys","ssb", "wez", "philip", "davidc", "helly","derick","bjori", "pajoye", "danbrown", "felipe", "johannes" ))) return true; } # returns false if $user is not allowed to modify $userid -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
