]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/captive.cgi
captive portal: Correctly initialise an array for 8h timeout
[ipfire-2.x.git] / html / cgi-bin / captive.cgi
index 2f85b17c2febb3f04e706aac917bc71e5512a275..92ce453ebab562c270c24bf2ea29bdaae8825421 100755 (executable)
@@ -285,6 +285,7 @@ if ($settings{'AUTH'} eq 'TERMS') {
        $selected{'SESSION_TIME'} = ();
        $selected{'SESSION_TIME'}{'0'} = "";
        $selected{'SESSION_TIME'}{'3600'} = "";
+       $selected{'SESSION_TIME'}{'28800'} = "";
        $selected{'SESSION_TIME'}{'86400'} = "";
        $selected{'SESSION_TIME'}{'604800'} = "";
        $selected{'SESSION_TIME'}{'18144000'} = "";