mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Fix require file.
This commit is contained in:
parent
e9585e0789
commit
609696d0d0
15 changed files with 26 additions and 17 deletions
|
@ -27,7 +27,8 @@ if (!empty($setmodules)) {
|
|||
$module['USERS']['BAN_MANAGEMENT'] = basename(__FILE__);
|
||||
return;
|
||||
}
|
||||
require('./pagestart.php');
|
||||
|
||||
require __DIR__ . '/pagestart.php';
|
||||
|
||||
if (isset($_POST['submit'])) {
|
||||
$user_bansql = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue