Author: cfinck Date: Sat Jun 13 05:50:13 2009 New Revision: 433
URL: http://svn.reactos.org/svn/reactos?rev=433&view=rev Log: Forgot to change that value back...
Modified: branches/danny-web/www/www.reactos.org/testman/config.inc.php
Modified: branches/danny-web/www/www.reactos.org/testman/config.inc.php URL: http://svn.reactos.org/svn/reactos/branches/danny-web/www/www.reactos.org/te... ============================================================================== --- branches/danny-web/www/www.reactos.org/testman/config.inc.php [iso-8859-1] (original) +++ branches/danny-web/www/www.reactos.org/testman/config.inc.php [iso-8859-1] Sat Jun 13 05:50:13 2009 @@ -11,7 +11,7 @@ define("TESTMAN_PATH", ""); define("DEFAULT_SEARCH_RESULTS_PER_PAGE", 10); - define("DEFAULT_SEARCH_USER", "Admin"); + define("DEFAULT_SEARCH_USER", "Debug-Buildslave"); define("MAX_COMPARE_RESULTS", 5); define("RESULTS_PER_PAGE", 100); define("VIEWVC_TRUNK", "http://svn.reactos.org/svn/reactos/trunk");