gwynne Fri, 17 Jul 2009 00:54:03 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284219
Changed paths:
U SVNROOT/commit-email.php
U SVNROOT/httpd.conf
Log:
a pair of fixes from dsp
Modified: SVNROOT/commit-email.php
===================================================================
--- SVNROOT/commit-email.php 2009-07-17 00:48:59 UTC (rev 284218)
+++ SVNROOT/commit-email.php 2009-07-17 00:54:03 UTC (rev 284219)
@@ -23,7 +23,7 @@
'|^web/bugtracker|' => array('[email protected]'),
'|^web/presentations|' => array('[email protected]'),
'|^web/pres2|' => array('[email protected]'),
- '|^web/php-|' => array('[email protected]'),
+ '|^web/php|' => array('[email protected]'),
// Zend/TSRM
'|^php/ZendAPI|' => array('[email protected]',
'[email protected]'),
Modified: SVNROOT/httpd.conf
===================================================================
--- SVNROOT/httpd.conf 2009-07-17 00:48:59 UTC (rev 284218)
+++ SVNROOT/httpd.conf 2009-07-17 00:54:03 UTC (rev 284219)
@@ -22,7 +22,6 @@
DAV svn
SVNPath "/home/svn/repository"
Order allow,deny
- Deny from 81.146.52.16
Allow from all
<LimitExcept GET PROPFIND OPTIONS REPORT>
Satisfy All
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php