2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Moved files to the right place

This commit is contained in:
Adam Zammit
2017-01-09 11:46:11 +11:00
parent b838edc01a
commit abfef22f9f
60 changed files with 1294 additions and 840 deletions

11
login.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
if($casEnabled==true)
{
include_once("login_check_cas.php");
}
else
{
include_once('login_check.php');
}