fix contents

This commit is contained in:
icret
2021-11-16 12:57:14 +08:00
parent 7b519752d0
commit 9b14b06e63
12 changed files with 36 additions and 199 deletions

View File

@@ -122,7 +122,7 @@ if ($handle->uploaded) {
// 上传日志控制
if ($config['upload_logs'] == true) {
require_once APP_ROOT . '/application/write-log.php';
require_once APP_ROOT . '/application/logs-write.php';
@write_log($imageUrl);
}