From 490cb14acd39e58dd633533cbcf572e309a50aa8 Mon Sep 17 00:00:00 2001 From: glaszig Date: Tue, 30 Jul 2019 20:06:33 +0200 Subject: [PATCH] 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. --- includes/networking.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/networking.php b/includes/networking.php index 9b728d06..9c330af7 100755 --- a/includes/networking.php +++ b/includes/networking.php @@ -16,8 +16,6 @@ function DisplayNetworkingConfig() foreach ($interfaces as $interface) { exec("ip a show $interface", $$interface); } - - CSRFToken(); ?>