/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
102 by Suren A. Chilingaryan
Various fixes
1
Options  +FollowSymLinks
2
3
AddType text/xml xsl
4
1 by Suren A. Chilingaryan
Initial import
5
<Files "index.php">
6
    php_flag short_open_tag On
7
</Files>
8
9
php_value memory_limit "1024M"
10
php_value max_execution_time 300
101 by Suren A. Chilingaryan
Further search improvements, support for custom properties (config)
11
php_value allow_url_fopen "On"
187 by Suren A. Chilingaryan
Updated Katrin configuration
12
13
<Files ~ "(auth\.php$)">
14
    AuthType        Basic
15
    AuthName        "ADEI Authentication"
16
    AuthBasicProvider file
17
    AuthUserFile    /var/www/localhost/htdocs/adei/admin/.htpasswd
18
    Require         valid-user
19
</Files>