mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Bugfix
This commit is contained in:
parent
b012bae759
commit
8267c9b10a
@ -661,7 +661,7 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
|
|||||||
if ($wifiAPEnable == 1) {
|
if ($wifiAPEnable == 1) {
|
||||||
// Enable uap0 configuration in dhcpcd for Wifi client AP mode
|
// Enable uap0 configuration in dhcpcd for Wifi client AP mode
|
||||||
$config = PHP_EOL.'# RaspAP uap0 configuration'.PHP_EOL;
|
$config = PHP_EOL.'# RaspAP uap0 configuration'.PHP_EOL;
|
||||||
$config.= 'interface=uap0'.PHP_EOL;
|
$config.= 'interface uap0'.PHP_EOL;
|
||||||
$config.= 'static ip_address=192.168.50.1/24'.PHP_EOL;
|
$config.= 'static ip_address=192.168.50.1/24'.PHP_EOL;
|
||||||
$config.= 'nohook wpa_supplicant'.PHP_EOL;
|
$config.= 'nohook wpa_supplicant'.PHP_EOL;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user