I'm getting the following error when commiting a change to the CVS tree. I guess it's because of the reshuffle of CVS permissions? I've done a little work on the phpweb before, perhaps someone could add me to the blessed list. The patch below is to fix phpweb for "unknown mirrors". Cheers, Simon Index: include/site.inc =================================================================== RCS file: /repository/phpweb/include/site.inc,v retrieving revision 1.123 diff -u -r1.123 site.inc --- include/site.inc 2001/01/12 20:45:59 1.123 +++ include/site.inc 2001/01/17 03:38:07 @@ -111,7 +111,7 @@ $MYSITE='http://'.getenv("SERVER_NAME").'/'; if (!isset($MIRRORS[$MYSITE])) { - $MIRRORS[$MYSITE] = array("xx", "Unknown", "none", $MYSITE, 1, 0); + $MIRRORS[$MYSITE] = array("xx", "Unknown", "none", $MYSITE, 1, 0, "en" ); } # fix for non-standard port in Australian mirror -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]