mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
13 lines
220 B
PHP
13 lines
220 B
PHP
<?php
|
|
|
|
if (!empty($setmodules))
|
|
{
|
|
if (IS_SUPER_ADMIN) $module['GENERAL']['PHP_INFO'] = basename(__FILE__);
|
|
return;
|
|
}
|
|
require('./pagestart.php');
|
|
|
|
if (!IS_SUPER_ADMIN) bb_die($lang['ONLY_FOR_SUPER_ADMIN']);
|
|
|
|
phpinfo();
|