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(); ?>