mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
switch from include ("auth-admin.php"); to require ("auth-admin.php");
This commit is contained in:
@@ -42,7 +42,7 @@ include ("functions/functions.xhtml.php");
|
||||
/**
|
||||
* Authentication
|
||||
*/
|
||||
include ("auth-interviewer.php");
|
||||
require ("auth-interviewer.php");
|
||||
|
||||
/**
|
||||
* Language functions
|
||||
|
||||
Reference in New Issue
Block a user