1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-19 19:51:12 +01:00
egroupware/saml/admin/phpinfo.php

9 lines
144 B
PHP

<?php
require_once('../_include.php');
// Make sure that the user has admin access rights
\SimpleSAML\Utils\Auth::requireAdmin();
phpinfo();