catchAdmin/config/catch.php
2019-12-15 18:55:41 +08:00

14 lines
198 B
PHP

<?php
return [
/**
* set domain if you need
*
*/
'domain' => '',
/**
* set error page
*/
'error' => root_path('catchAdmin/index/view/') . 'error.html',
];