1 2 3 4 5 6 7 8
<?php require_once('../_include.php'); /* Make sure that the user has admin access rights. */ SimpleSAML\Utils\Auth::requireAdmin(); phpinfo();