mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 06:25:18 -04:00
Replace backtick operator with exec.
This commit is contained in:
parent
a75f1b61bc
commit
364f71dd08
5 changed files with 12 additions and 15 deletions
|
@ -78,7 +78,7 @@ function exec_cmd($cmd) {
|
|||
$rc = null;
|
||||
exec($cmd, $lines, $rc);
|
||||
|
||||
return $lines;
|
||||
return implode('\n', $lines);
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue