mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
you can customize the reload command in the gui
This commit is contained in:
@ -20,7 +20,7 @@ class ControllerPolicyApply extends Controller {
|
||||
die("go away");
|
||||
}
|
||||
|
||||
system('sudo -n /etc/init.d/rc.piler reload', $val);
|
||||
system(RELOAD_COMMAND, $val);
|
||||
|
||||
if($val === 0) {
|
||||
$this->data['x'] = $lang->data['text_applied'];
|
||||
|
Reference in New Issue
Block a user