add quotes

pull/23/head
necro-nemesis 5 years ago
parent 9150681c1b
commit ad283b4847

@ -344,7 +344,7 @@ function DisplayOpenVPNConfig()
function DisplayLokinetConfig()
{
exec('pidof lokinet | wc -l', $lokinetstatus);
exec(ip rule show default | grep lokinet | awk {'print $5'}, $rulestate);
exec('ip rule show default | grep lokinet | awk {'print $5'}', $rulestate);
if ($lokinetstatus[0] == 0) {
$status = '<div class="alert alert-danger alert-dismissable">Lokinet daemon is not running

Loading…
Cancel
Save