mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
9 lines
144 B
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();
|