1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

removing superfluous call to CSRFToken() which

just put the hidden input onto the page for js
to have access to it. this is now handled with
a meta tag.
This commit is contained in:
glaszig 2019-07-30 20:06:33 +02:00
parent b38dbb82ab
commit 490cb14acd

View File

@ -16,8 +16,6 @@ function DisplayNetworkingConfig()
foreach ($interfaces as $interface) {
exec("ip a show $interface", $$interface);
}
CSRFToken();
?>
<div class="row">