mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Fix require file.
This commit is contained in:
parent
e9585e0789
commit
609696d0d0
15 changed files with 26 additions and 17 deletions
|
@ -27,6 +27,7 @@ if (!empty($setmodules)) {
|
|||
$module['GENERAL']['PHP_INFO'] = basename(__FILE__);
|
||||
return;
|
||||
}
|
||||
require('./pagestart.php');
|
||||
|
||||
require __DIR__ . '/pagestart.php';
|
||||
|
||||
phpinfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue