8 lines
133 B
PHP
8 lines
133 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Do not modify this file!
|
||
|
* Copy and name it config.php to override these defaults.
|
||
|
*/
|
||
|
return [
|
||
|
'debug' => false
|
||
|
];
|