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