|
From: <var...@us...> - 2008-08-26 13:02:24
|
Revision: 6201
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6201&view=rev
Author: vargenau
Date: 2008-08-26 13:02:33 +0000 (Tue, 26 Aug 2008)
Log Message:
-----------
Activated Id substitution for Subversion
Modified Paths:
--------------
trunk/.htaccess
trunk/admin/.htaccess
trunk/config/.htaccess
trunk/lib/.htaccess
trunk/locale/.htaccess
trunk/locale/ja/pgsrc/.htaccess
trunk/pgsrc/.htaccess
trunk/schemas/.htaccess
trunk/tests/.htaccess
Property Changed:
----------------
trunk/.htaccess
trunk/admin/.htaccess
trunk/config/.htaccess
trunk/lib/.htaccess
trunk/locale/.htaccess
trunk/locale/ja/pgsrc/.htaccess
trunk/pgsrc/.htaccess
trunk/schemas/.htaccess
trunk/tests/.htaccess
Modified: trunk/.htaccess
===================================================================
--- trunk/.htaccess 2008-08-26 12:57:28 UTC (rev 6200)
+++ trunk/.htaccess 2008-08-26 13:02:33 UTC (rev 6201)
@@ -1,4 +1,4 @@
-# $Id: .htaccess,v 1.8 2004-11-03 18:21:16 rurban Exp $
+# $Id$
<IfModule mod_php4.c>
Property changes on: trunk/.htaccess
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/admin/.htaccess
===================================================================
--- trunk/admin/.htaccess 2008-08-26 12:57:28 UTC (rev 6200)
+++ trunk/admin/.htaccess 2008-08-26 13:02:33 UTC (rev 6201)
@@ -1,3 +1,3 @@
-# $Id: .htaccess,v 1.1 2004/05/14 10:14:58 rurban Exp $
+# $Id$
order allow,deny
Deny from all
Property changes on: trunk/admin/.htaccess
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/config/.htaccess
===================================================================
--- trunk/config/.htaccess 2008-08-26 12:57:28 UTC (rev 6200)
+++ trunk/config/.htaccess 2008-08-26 13:02:33 UTC (rev 6201)
@@ -1,3 +1,3 @@
-# $Id: .htaccess,v 1.1 2004-05-14 10:14:58 rurban Exp $
+# $Id$
order allow,deny
Deny from all
Property changes on: trunk/config/.htaccess
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/lib/.htaccess
===================================================================
--- trunk/lib/.htaccess 2008-08-26 12:57:28 UTC (rev 6200)
+++ trunk/lib/.htaccess 2008-08-26 13:02:33 UTC (rev 6201)
@@ -1,3 +1,3 @@
-# $Id: .htaccess,v 1.2 2001-11-08 16:35:05 dairiki Exp $
+# $Id$
order allow,deny
Deny from all
Property changes on: trunk/lib/.htaccess
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/locale/.htaccess
===================================================================
--- trunk/locale/.htaccess 2008-08-26 12:57:28 UTC (rev 6200)
+++ trunk/locale/.htaccess 2008-08-26 13:02:33 UTC (rev 6201)
@@ -1,3 +1,3 @@
-# $Id: .htaccess,v 1.2 2001-11-08 16:35:05 dairiki Exp $
+# $Id$
order allow,deny
Deny from all
Property changes on: trunk/locale/.htaccess
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/locale/ja/pgsrc/.htaccess
===================================================================
--- trunk/locale/ja/pgsrc/.htaccess 2008-08-26 12:57:28 UTC (rev 6200)
+++ trunk/locale/ja/pgsrc/.htaccess 2008-08-26 13:02:33 UTC (rev 6201)
@@ -1,3 +1,3 @@
-# $Id: .htaccess,v 1.1 2004-02-16 00:19:41 rurban Exp $
+# $Id$
order allow,deny
Deny from all
Property changes on: trunk/locale/ja/pgsrc/.htaccess
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/pgsrc/.htaccess
===================================================================
--- trunk/pgsrc/.htaccess 2008-08-26 12:57:28 UTC (rev 6200)
+++ trunk/pgsrc/.htaccess 2008-08-26 13:02:33 UTC (rev 6201)
@@ -1,3 +1,3 @@
-# $Id: .htaccess,v 1.2 2001-11-08 16:35:05 dairiki Exp $
+# $Id$
order allow,deny
Deny from all
Property changes on: trunk/pgsrc/.htaccess
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/schemas/.htaccess
===================================================================
--- trunk/schemas/.htaccess 2008-08-26 12:57:28 UTC (rev 6200)
+++ trunk/schemas/.htaccess 2008-08-26 13:02:33 UTC (rev 6201)
@@ -1,3 +1,3 @@
-# $Id: .htaccess,v 1.2 2001-11-08 16:35:05 dairiki Exp $
+# $Id$
order allow,deny
Deny from all
Property changes on: trunk/schemas/.htaccess
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/.htaccess
===================================================================
--- trunk/tests/.htaccess 2008-08-26 12:57:28 UTC (rev 6200)
+++ trunk/tests/.htaccess 2008-08-26 13:02:33 UTC (rev 6201)
@@ -1,4 +1,4 @@
-# $Id: .htaccess,v 1.2 2007-01-21 23:30:46 rurban Exp $
+# $Id$
Order Deny,Allow
Deny from all
Allow from localhost 192.168.1.0/24
Property changes on: trunk/tests/.htaccess
___________________________________________________________________
Added: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|