Skip to content

Commit

Permalink
clients
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 14, 2015
1 parent 7b5b209 commit 77346f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/security/radius/html/clients.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$rmclient=rtrim($rmclient);
$rmclient=trim($rmclient);
shell_exec("sudo sed -i '/$rmclient/d' /usr/local/etc/raddb/clients.conf");
echo $rmclient;
shell_exec("sudo pkill radiusd && radiusd");
header("location: " . $_SERVER['REQUEST_URI']);
exit();
}
Expand Down

0 comments on commit 77346f7

Please sign in to comment.