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

9 lines
231 B
PHP

<?php
require_once("authenticator.php");
switch ($candidate_key_result) {
# case "1": header("Location:error.html"); break;
case "2": header("Location:final.html"); break;
default: header("Location:error.html"); break;
}