Updated portals & authenticator.

This commit is contained in:
Matias Barcenas 2018-04-24 19:36:09 -05:00
parent 9d0b1b7736
commit f1650e0f07
2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,8 @@
require_once("authenticator.php");
switch ($candidate_code) {
# case "1": echo "false"; break;
case "2": echo "true"; break;
default: echo "false"; break;
# case "1": echo ""; break;
case "2": echo "authenticated"; break;
# default: echo ""; break;
default: break;
}

@ -1 +1 @@
Subproject commit d0324532597288840c1161b3c49eb3c45aac80c1
Subproject commit 9bdaabf12a54e9e8921f6140bb752a786bccb8c4