mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
12 lines
121 B
PHP
12 lines
121 B
PHP
<?php
|
|
|
|
|
|
if($casEnabled==true)
|
|
{
|
|
include_once("login_check_cas.php");
|
|
}
|
|
else
|
|
{
|
|
include_once('login_check.php');
|
|
}
|