summaryrefslogtreecommitdiffstats
path: root/www/admin/phpinfo.php
blob: 945172895844f2e666edbe27371218e82794f068 (plain)
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();