Added proc_open for execute commands in php
This commit is contained in:
parent
c4defd56d1
commit
72d741eb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue