Revision 8cd6e269
Added by Viktor Gurov over 3 years ago
src/usr/local/www/firewall_shaper.php | ||
---|---|---|
36 | 36 |
|
37 | 37 |
if ($_GET['reset'] != "") { |
38 | 38 |
/* XXX: Huh, why are we killing php? */ |
39 |
mwexec("killall -9 pfctl php"); |
|
39 |
mwexec("/usr/bin/killall -9 pfctl php");
|
|
40 | 40 |
exit; |
41 | 41 |
} |
42 | 42 |
|
Also available in: Unified diff
Fix full path to executable files. Issue #11941