* @copyright Copyright (c) 2012 Christopher Han * @package GitPHP * @subpackage Config */ /* * gitphp_users * * An array of users * Each entry in the array is an array of key value pairs: * username: the user's login username * password: the user's password */ /* $gitphp_users = array( array( 'username' => 'user1', 'password' => 'password1' ), array( 'username' => 'user2', 'password' => 'password2' ) ); */