Default template added to configuration

This commit is contained in:
Shin 2014-12-24 23:37:39 +01:00
parent 595151bc81
commit e1567d040f
2 changed files with 3 additions and 3 deletions

View file

@ -273,3 +273,6 @@
* NULL : Disable PHP password protection (You can still use htpasswd)
*/
$config['cops_basic_authentication'] = NULL;
/* Whitch template is used */
$config['cops_template']= 'default';