mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added freepbx 2.8.0 integration functions
Added htpasswd integration functions Adding an operator can now add a freepbx extension and/or a password for apache htpasswd authentication Adding a client can now add a password for apache htpasswd authentication Updated template for ACSPRI Added .htaccess files by default
This commit is contained in:
16
.htaccess
Normal file
16
.htaccess
Normal file
@@ -0,0 +1,16 @@
|
||||
php_flag display_startup_errors on
|
||||
php_flag display_errors on
|
||||
php_flag html_errors on
|
||||
php_flag ignore_repeated_errors off
|
||||
php_flag ignore_repeated_source off
|
||||
php_flag report_memleaks on
|
||||
php_flag track_errors on
|
||||
php_value docref_root 0
|
||||
php_value docref_ext 0
|
||||
php_value error_reporting -1
|
||||
|
||||
AuthType Basic
|
||||
AuthName "queXS CATI: Authentication Required"
|
||||
AuthUserFile /var/opt/quexs/htpasswd
|
||||
AuthGroupFile /var/opt/quexs/htgroup
|
||||
require group interviewers
|
||||
Reference in New Issue
Block a user