From c1e2b4d1f0d808fe46c533e75629f47e38974b3b Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 10 Sep 2015 02:23:49 +0300 Subject: [PATCH] update to "new authentication" --- admin/set_outcomes.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/set_outcomes.php b/admin/set_outcomes.php index 0de4a196..0d598c4a 100644 --- a/admin/set_outcomes.php +++ b/admin/set_outcomes.php @@ -16,6 +16,11 @@ require(dirname(__FILE__).'/../config.inc.php'); */ require(dirname(__FILE__).'/../db.inc.php'); +/** + * Authentication file + */ +include ("auth-admin.php"); + /** * XHTML functions */