diff -r af239423ed15 -r ee64bb096f56 functions.php --- a/functions.php Tue Dec 23 17:37:51 2008 -0500 +++ b/functions.php Tue Dec 23 20:20:35 2008 -0500 @@ -290,9 +290,13 @@ // separate from the default) if ( @is_dir(GREY_ROOT . '/.hg') ) + { require(GREY_ROOT . '/config.dev.php'); + } else + { require(GREY_ROOT . '/config.php'); + } } foreach ( array('public', 'enable_ipv4', 'enable_ipv6', 'allowcontrol', 'theme', 'allow_fork', 'use_auth', 'auth_data', 'configpass') as $var )