From 72d741eb7d5e96dc02ed4137e3bf14119b950a73 Mon Sep 17 00:00:00 2001 From: absurdo Date: Mon, 27 Nov 2023 13:16:43 +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 b1f76b5..b061086 100644 --- a/vendor/phangoapp/leviathanutils/src/Linux.php +++ b/vendor/phangoapp/leviathanutils/src/Linux.php @@ -260,7 +260,7 @@ class Linux { if(!isset($executable[$distro])) { - echo "Sorry, you don't have a exec for this distro\n"; + echo "Sorry, you don't have a exec for this distro\n\n"; exit(1);