From 881de609ce70488dc224883e6d24d64ce022f3c8 Mon Sep 17 00:00:00 2001
From: Jaime Perez <jaime.perez@uninett.no>
Date: Mon, 6 Apr 2020 11:44:38 +0200
Subject: [PATCH] Restore index.php file with redirection to admin module

---
 www/admin/index.php | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 www/admin/index.php

diff --git a/www/admin/index.php b/www/admin/index.php
new file mode 100644
index 000000000..9fb39f180
--- /dev/null
+++ b/www/admin/index.php
@@ -0,0 +1,6 @@
+<?php
+
+require_once('../_include.php');
+
+\SimpleSAML\Utils\HTTP::redirectTrustedURL(\SimpleSAML\Module::getModuleURL('admin/'));
+
-- 
GitLab