2
0
mirror of https://github.com/slawkens/myaac.git synced 2025-05-02 20:29:20 +02:00
2017-05-01 20:05:36 +02:00

15 lines
265 B
PHP

<?php
require('../../common.php');
require(SYSTEM . 'functions.php');
require(SYSTEM . 'init.php');
require(SYSTEM . 'login.php');
if(!admin())
die('Access denied.');
if(!function_exists('phpinfo'))
die('phpinfo() disabled on this web server.');
phpinfo();
?>