Added proc_open for execute commands in php
This commit is contained in:
parent
6151661ae0
commit
8e2a380070
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class Linux {
|
|||
|
||||
if($result>0) {
|
||||
|
||||
echo 'Error executing command '.$cmd."\n";
|
||||
echo 'Error executing command '.$final_command."\n";
|
||||
|
||||
if($exit_if_error) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue