mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Merge pull request #176 from diolektor/fix-path-to-ucp-viewtorrent
Fix path to viewtorrent.php
This commit is contained in:
commit
8deb4f40e3
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