mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +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();
|