more fixes
This commit is contained in:
14
config/cpad.php
Normal file
14
config/cpad.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'debug' => false,
|
||||
'cache_enabled' => true,
|
||||
'log_level' => 'warning',
|
||||
'features' =>
|
||||
array (
|
||||
0 => 'core',
|
||||
1 => 'security',
|
||||
),
|
||||
'security_level' => 'maximum',
|
||||
'backup_enabled' => true,
|
||||
);
|
||||
Reference in New Issue
Block a user