/openshift/adei

To get this branch, use:
bzr branch http://darksoft.org/webbzr/openshift/adei

« back to all changes in this revision

Viewing changes to admin/.htaccess

  • Committer: Suren A. Chilingaryan
  • Date: 2008-06-17 23:19:26 UTC
  • Revision ID: csa@dside.dyndns.org-20080617231926-w9mpfxw6lv0r0450
Administrative interface and better handling of missing group channels

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Files ~ "(.*)\.php">
 
2
    AuthUserFile    /var/www/localhost/htdocs/adei/admin/.htpasswd
 
3
    AuthName        "ADEI Authentication"
 
4
    AuthType        Basic
 
5
    Require         valid-user
 
6
</Files>