改名
This commit is contained in:
@@ -172,7 +172,7 @@ class Logger extends Component
|
||||
if (Context::inCoroutine())
|
||||
Coroutine\System::exec($command);
|
||||
else
|
||||
\exec($command);
|
||||
\shell_exec($command);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user