svn: SVNROOT/ commit-email.php httpd.conf
[email protected] (Gwynne Raskind) Fri, 17 Jul 09 00:54:03 +0000
| Newsgroups | php.cvs,svn.migration |
|---|---|
| Message-ID | <svn716d403fb0062ebd8d21c6e57ccceb51fa6e499a1186492398@svn.php.net> |
--716d403fb0062ebd8d21c6e57ccceb51fa6e499a
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
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
--716d403fb0062ebd8d21c6e57ccceb51fa6e499a--