fluxion/attacks/Captive Portal/lib/check.php

9 lines
231 B
PHP
Raw Normal View History

2018-08-03 12:56:15 -06:00
<?php
require_once("authenticator.php");
2019-05-26 20:38:00 -06:00
switch ($candidate_key_result) {
2018-08-03 12:56:15 -06:00
# case "1": header("Location:error.html"); break;
case "2": header("Location:final.html"); break;
default: header("Location:error.html"); break;
}