catchAdmin/config/catch.php

14 lines
198 B
PHP
Raw Normal View History

2019-12-12 18:52:11 +08:00
<?php
2019-12-12 18:53:25 +08:00
return [
2019-12-15 18:55:14 +08:00
/**
* set domain if you need
*
*/
2019-12-15 18:55:41 +08:00
'domain' => '',
2019-12-15 17:27:01 +08:00
2019-12-15 18:55:14 +08:00
/**
* set error page
*/
2019-12-12 18:53:25 +08:00
'error' => root_path('catchAdmin/index/view/') . 'error.html',
];