]> git.pld-linux.org Git - packages/php.git/commitdiff
- fixed
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Apr 2002 13:18:18 +0000 (13:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-mod_php.conf -> 1.3

php-mod_php.conf

index 9cec324a2b756d77bdb4e36ca8971735025a07a1..7c05c1f87a2d22344b14d59bdeae72e7327c42f0 100644 (file)
@@ -2,8 +2,8 @@ LoadModule php4_module lib/apache/libphp4.so
 
 <IfModule sapi_apache2.c>
 
-AddType application/x-httpd-php \.php
-AddType application/x-httpd-php \.php3
-AddType application/x-httpd-php \.php4
+AddType application/x-httpd-php .php
+AddType application/x-httpd-php .php3
+AddType application/x-httpd-php .php4
 
 </IfModule>
This page took 0.058929 seconds and 4 git commands to generate.