Merge pull request #176 from diolektor/fix-path-to-ucp-viewtorrent

Fix path to viewtorrent.php
This commit is contained in:
Yuriy Pikhtarev 2017-02-12 14:33:14 +03:00 committed by GitHub
commit 8deb4f40e3

View file

@ -176,7 +176,7 @@ if (IS_ADMIN) {
// Show users torrent-profile // Show users torrent-profile
if (IS_AM || $profile_user_id || !bf($profiledata['user_opt'], 'user_opt', 'user_dls')) { 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 // Ajax bt_userdata