Commit: e0aef593ad64433b127be69abf0be5092d9d62ea Author: Christoph M. Becker <cmbecke...@gmx.de> Fri, 18 Nov 2016 13:31:23 +0100 Parents: 8d529985963af580d218d416de1abe763be89d2d Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=e0aef593ad64433b127be69abf0be5092d9d62ea Log: Add myself to admins Hopefully, I'll be able to handle some outstanding account requests, then. See <http://news.php.net/php.webmaster/25294>. Changed paths: M include/functions.inc Diff: diff --git a/include/functions.inc b/include/functions.inc index 5c94ef3..f200e85 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -427,6 +427,7 @@ function is_admin($user) { "johannes", "tyrael", "salathe", + "cmb", ); return in_array($user, $admins); } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php