mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update admin_phpinfo.php
This commit is contained in:
parent
701740edb8
commit
60046e58a2
@ -2,9 +2,9 @@
|
||||
|
||||
if (!empty($setmodules))
|
||||
{
|
||||
$module['GENERAL']['PHP_INFO'] = basename(__FILE__);
|
||||
if (IS_SUPER_ADMIN) $module['GENERAL']['PHP_INFO'] = basename(__FILE__);
|
||||
return;
|
||||
}
|
||||
require('./pagestart.php');
|
||||
|
||||
phpinfo();
|
||||
phpinfo();
|
||||
|
Loading…
Reference in New Issue
Block a user