We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2e5e8 commit 8c16dcfCopy full SHA for 8c16dcf
1 file changed
ajax/networking/get_suggested_hw_mode.php
@@ -7,6 +7,8 @@
7
8
header('Content-Type: application/json');
9
10
+use RaspAP\Networking\Hotspot\HotspotService;
11
+
12
$interface = $_POST['interface'] ?? '';
13
14
if (empty($interface)) {
0 commit comments