Update InterfaceController.php

This commit is contained in:
Giuseppe De Marco 2017-09-29 12:08:23 +02:00 committed by GitHub
parent 10fb12f07d
commit 439876a5eb

View File

@ -85,10 +85,9 @@ class InterfaceController extends ApiControllerBase
$backend = new Backend();
$response = $backend->configdpRun("interface flush arp");
return $response;
}
else {
} else {
return array("message" => "error");
}
}
}
/**