/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
27 by Suren A. Chilingaryan
More fixes
1
<Files ~ "(\.php$|^$)">
436 by Suren A. Chilingaryan
Remove hardcoded-security and replace it with one based on environmental variables
2
    Order deny,allow
3
    Deny from all
4
    Allow from env=!ADEI_SECURITY
5
    Allow from env=ADEI_ADMIN
23 by Suren A. Chilingaryan
Administrative interface and better handling of missing group channels
6
</Files>