mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 17:31:09 +01:00
Compare commits
2 Commits
b9d8e6930b
...
5897927d1b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5897927d1b | ||
|
|
b751cfce07 |
@@ -390,9 +390,9 @@ if($_POST):
|
||||
break;
|
||||
else:
|
||||
if (isset($_POST['nowstop'])):
|
||||
$cmd = ("/usr/local/bin/bastille destroy -f {$item}");
|
||||
$cmd = ("/usr/local/bin/bastille destroy -afy {$item}");
|
||||
else:
|
||||
$cmd = ("/usr/local/bin/bastille destroy {$item}");
|
||||
$cmd = ("/usr/local/bin/bastille destroy -fy {$item}");
|
||||
endif;
|
||||
unset($output,$retval);mwexec2($cmd,$output,$retval);
|
||||
if($retval == 0):
|
||||
|
||||
Reference in New Issue
Block a user