Processed with phpcs for PSR-2 coding standard

This commit is contained in:
billz
2019-08-12 11:02:40 +01:00
parent 5b041e6899
commit 9cb564a15f
5 changed files with 42 additions and 48 deletions

View File

@@ -1,7 +1,6 @@
<?php
require('../../includes/csrf.php');
require('../../includes/csrf.php');
exec("ls /sys/class/net | grep -v lo", $interfaces);
echo json_encode($interfaces);
?>
exec("ls /sys/class/net | grep -v lo", $interfaces);
echo json_encode($interfaces);