mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Dashboard: show correct status after switching the client state
fix huawei hilink service (udev rule)
This commit is contained in:
@@ -71,7 +71,7 @@ if (isset($_POST['interface'])) {
|
||||
if (!empty($rule) ) exec('echo \''.$rule.'\' | sudo /usr/bin/tee -a '.$udevfile);
|
||||
}
|
||||
$ret=print_r($ret,true);
|
||||
$jsonData = ['return'=>0,'output'=>['Udev rules changed for device '.$dev ] ];
|
||||
$jsonData = ['return'=>0,'output'=>['Settings changed for device '.$dev ] ];
|
||||
echo json_encode($jsonData);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user