mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Minor: untabify
This commit is contained in:
parent
15032a3f44
commit
dabec46511
1 changed files with 8 additions and 9 deletions
|
@ -349,7 +349,6 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
|
|||
$config[] = PHP_EOL;
|
||||
}
|
||||
|
||||
|
||||
$config = join(PHP_EOL, $config);
|
||||
file_put_contents("/tmp/dhcpddata", $config);
|
||||
system('sudo cp /tmp/dhcpddata '.RASPI_DHCPCD_CONFIG, $return);
|
||||
|
|
Loading…
Reference in a new issue