openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ff7c44ab9c9df2fdc6c7e60024d7f79dee8c0b49
parent 43ce763c0c2647a84aa378dad4ead30fc9ec7375
Author: dankert <devnull@localhost>
Date:   Thu,  3 May 2007 23:21:22 +0200

Dateien mit PHP-Extensionen als Inhalt "text/html" ansehen.

Diffstat:
config/mime-types.ini.php | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/config/mime-types.ini.php b/config/mime-types.ini.php @@ -66,13 +66,13 @@ gtar = application/x-gtar tgz = application/x-gtar taz = application/x-gtar hdf = application/x-hdf -phtml = application/x-httpd-php -pht = application/x-httpd-php -php = application/x-httpd-php -phps = application/x-httpd-php-source -php3 = application/x-httpd-php3 -php3p = application/x-httpd-php3-preprocessed -php4 = application/x-httpd-php4 +phtml = text/html +pht = text/html +php = text/html +phps = text/html +php3 = text/html +php3p = text/html +php4 = text/html ica = application/x-ica jar = application/x-java-archive jnlp = application/x-java-jnlp-file