From 63aadcb31f61e705bddd23a470de5d00f10dd80e Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 00:39:53 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/FileChangeCustomProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 6853282e..19ef9aee 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -102,7 +102,7 @@ class FileChangeCustomProcess extends Command } $this->channel->pop(); - proc_open("php " . APP_PATH . "kiri.php", [], $pipes); + shell_exec("php " . APP_PATH . "kiri.php"); $this->channel->push(1); });