28 lines
743 B
PHP
28 lines
743 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Specifies the default CMS theme
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| This parameter value can be overridden by the CMS back-end settings.
|
|
|
|
|
*/
|
|
|
|
'activeTheme' => 'demo',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Cross Site Request Forgery (CSRF) Protection
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| If the CSRF protection is enabled, all "postback" & AJAX requests are
|
|
| checked for a valid security token.
|
|
|
|
|
*/
|
|
|
|
'enableCsrfProtection' => false,
|
|
];
|