修复一些问题

This commit is contained in:
icret
2022-05-03 17:23:09 +00:00
parent fc7052d226
commit b11a776195
8 changed files with 69 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ if (!IS_WIN) {
} else {
$file_php = false;
}
if (is_writable(APP_ROOT . '/i/')) {
if (is_writable(APP_ROOT . $config['path'])) {
$i_wjj = true;
} else {
$i_wjj = false;