Fix guestaccess selection in setup

This commit is contained in:
Daniel Winzen
2016-04-11 16:19:21 +02:00
parent fd807ff5ff
commit 333983a2c3
2 changed files with 3 additions and 2 deletions

View File

@ -486,8 +486,9 @@ function send_setup(){
echo ">$I[guestwait]</option>";
echo '<option value="3"';
if($ga===3){
echo ' selected'; echo ">$I[adminallow]</option>";
echo ' selected';
}
echo ">$I[adminallow]</option>";
echo '<option value="0"';
if($ga===0){
echo ' selected';