Files
ulthon_admin/config/update.php
2023-09-18 18:06:40 +08:00

15 lines
288 B
PHP

<?php
$config = [];
$skip_files = [];
$skip_files[] = '/app/common/app/functions.php';
$skip_files[] = '/app/common/app/listen.php';
$skip_files[] = '/app/common/app/middleware.php';
$skip_files[] = '/app/common/app/service.php';
$config['skip_files'] = $skip_files;
return $config;