Added proc_open for execute commands in php

This commit is contained in:
absurdo 2023-11-27 14:21:23 +01:00
parent 6151661ae0
commit 8e2a380070

View file

@ -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) {