fix merge conflict

pull/23/head
necro-nemesis 7 years ago
parent 3ce1d4d4d5
commit 22b5c1279a

@ -344,11 +344,7 @@ function DisplayOpenVPNConfig()
function DisplayLokinetConfig()
{
exec('pidof lokinet | wc -l', $lokinetstatus);
<<<<<<< HEAD
exec(ip rule show default | grep lokinet | awk {'print $5'}, $rulestate);
=======
$rulestate = exec(ip rule show default | grep lokinet | awk {'print $5'});
>>>>>>> dc47097bb9215668fea3bb7ba59eaf48ca8f2155
// 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