Fix formatting in if()

This commit is contained in:
Scott Ullrich 2010-08-30 16:29:33 -04:00
parent 023aa1f217
commit c20563574b

View File

@ -120,8 +120,8 @@ function get_default_captive_portal_html() {
</html>
EOD;
return $htmltext;
}
return $htmltext;
}
// Vouchers are not found, return the normal user/pass auth page
$htmltext = <<<EOD