Core/Application/Config/config.error.php

7 lines
73 B
PHP

<?php
return array(
'debug' => false,
'error_reporting' => true,
);