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

@ -77,9 +77,6 @@ function getCurrentOption ($option) {
if ($option == "style") {
return "default";
}
if ($option == "template") {
return "default";
}
if (isset($config ["cops_" . $option])) {
return $config ["cops_" . $option];

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';