Date: 01/16/01
- Next message: Simon Roberts: "[PHP-DEV] PHP manual"
- Previous message: TheBomani: "[PHP-DEV] Re: PHP 4.0 Bug #8693 Updated: Problem upgradong from 4.0.3pl1 to 4.0.4pl1"
- Next in thread: Alex Akilov: "Re: [PHP-DEV] **** Access denied: Insufficient Karma (lyric|phpweb/include)"
- Reply: Alex Akilov: "Re: [PHP-DEV] **** Access denied: Insufficient Karma (lyric|phpweb/include)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Simon Roberts: "[PHP-DEV] PHP manual"
- Previous message: TheBomani: "[PHP-DEV] Re: PHP 4.0 Bug #8693 Updated: Problem upgradong from 4.0.3pl1 to 4.0.4pl1"
- Next in thread: Alex Akilov: "Re: [PHP-DEV] **** Access denied: Insufficient Karma (lyric|phpweb/include)"
- Reply: Alex Akilov: "Re: [PHP-DEV] **** Access denied: Insufficient Karma (lyric|phpweb/include)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

