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