mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix inclusion of php files, turn on authentication
This commit is contained in:
parent
ba8aebb24b
commit
6c84787027
|
@ -20,15 +20,15 @@
|
|||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
include("../inc/inc.Settings.php");
|
||||
include("../inc/inc.LogInit.php");
|
||||
include("../inc/inc.Utils.php");
|
||||
include("../inc/inc.LogInit.php");
|
||||
include("../inc/inc.Language.php");
|
||||
include("../inc/inc.Init.php");
|
||||
include("../inc/inc.Extension.php");
|
||||
include("../inc/inc.DBInit.php");
|
||||
include("../inc/inc.ClassUI.php");
|
||||
include("../inc/inc.ClassController.php");
|
||||
//include("../inc/inc.BasicAuthentication.php");
|
||||
include("../inc/inc.BasicAuthentication.php");
|
||||
|
||||
if(empty($_GET['hash']))
|
||||
exit;
|
||||
|
|
Loading…
Reference in New Issue
Block a user