Openmailadmin integriert.

Webcyradm ist dagegen rausgefallen.
vhosts fuer openmailadmin und phpaj gemacht.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@891 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-09-15 18:18:23 +00:00
parent fd1b806160
commit 58493e1ef0
11 changed files with 328 additions and 623 deletions

View File

@@ -1,11 +1,10 @@
<IfModule php4_module>
<IfModule php5_module>
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php5
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .php3s
AddType application/x-httpd-php-source .php4s
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php3
DirectoryIndex index.php4
DirectoryIndex index.php5
DirectoryIndex index.php
</IfModule>