From 8e2a3800706f21cbed6234ce90d587abb6a7f5e0 Mon Sep 17 00:00:00 2001 From: absurdo Date: Mon, 27 Nov 2023 14:21:23 +0100 Subject: [PATCH] Added proc_open for execute commands in php --- vendor/phangoapp/leviathanutils/src/Linux.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/phangoapp/leviathanutils/src/Linux.php b/vendor/phangoapp/leviathanutils/src/Linux.php index d5ceddb..0d99169 100644 --- a/vendor/phangoapp/leviathanutils/src/Linux.php +++ b/vendor/phangoapp/leviathanutils/src/Linux.php @@ -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) {