mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Fix path to viewtorrent.php
#172. PHP Warning in GET /profile.php #173. PHP Compile Error in GET /profile.php
This commit is contained in:
parent
e87f1beff0
commit
b292483666
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ if (IS_ADMIN) {
|
|||
|
||||
// Show users torrent-profile
|
||||
if (IS_AM || $profile_user_id || !bf($profiledata['user_opt'], 'user_opt', 'user_dls')) {
|
||||
require(UCP_DIR . 'viewtorrent.php');
|
||||
require UCP_DIR . '/viewtorrent.php';
|
||||
}
|
||||
|
||||
// Ajax bt_userdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue