/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Options  +FollowSymLinks

AddType text/xml xsl

<Files "index.php">
    php_flag short_open_tag On
</Files>

php_value memory_limit "1024M"
php_value max_execution_time 300
php_value allow_url_fopen "On"

<Files ~ "(auth\.php$)">
    AuthType        Basic
    AuthName        "ADEI Authentication"
    AuthBasicProvider file
    AuthUserFile    /var/www/localhost/htdocs/adei/admin/.htpasswd
    Require         valid-user
</Files>