mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Removing conflict
This commit is contained in:
parent
39d743ae89
commit
28513a91ee
@ -461,11 +461,6 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
|
|||||||
|
|
||||||
// Check for Logging Checkbox
|
// Check for Logging Checkbox
|
||||||
$logEnable = 0;
|
$logEnable = 0;
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
echo "SOMETHING ".$arrHostapdConf['LogEnable'];
|
|
||||||
echo 'logenable set:'.$_POST['logEnable'];
|
|
||||||
>>>>>>> 604b28130fd2e331a8c13b773239e0dcf0fa2fdf
|
|
||||||
if($arrHostapdConf['LogEnable'] == 0) {
|
if($arrHostapdConf['LogEnable'] == 0) {
|
||||||
if(isset($_POST['logEnable'])) {
|
if(isset($_POST['logEnable'])) {
|
||||||
// Need code to enable logfile logging here
|
// Need code to enable logfile logging here
|
||||||
|
Loading…
Reference in New Issue
Block a user