|
@@ -43,9 +43,9 @@
|
|
|
if($_POST['WifiSsid'] != ""){
|
|
|
$json['WifiSsid'] = $_POST['WifiSsid'];
|
|
|
}
|
|
|
- if($_POST['WifiPassword'] != ""){
|
|
|
+// if($_POST['WifiPassword'] != ""){
|
|
|
$json['WifiPassword'] = $_POST['WifiPassword'];
|
|
|
- }
|
|
|
+// }
|
|
|
if($_POST['WifiDhcpServer'] != ""){
|
|
|
$json['WifiDhcpServer'] = $_POST['WifiDhcpServer'];
|
|
|
}
|