View Single Post
  #1  
Old 18th July 2009, 01:55
Ashur's Avatar
Ashur Ashur is offline
Senior Member
 
Join Date: Jun 2008
Posts: 523
Default [fix] FTS1.1 admin/reports.php
found an issue with links provided in that page as it tries to pull info from hxxp://domain/admin/userdetails.php and admin/details.php instead of just hxxp://domain/userdetails.php and details.php

to solve the issue the fix is easy

find
Code:
a href=
replace with
Code:
a href=../
there should be 7 changes :)


Good Luck
__________________
Say NO to private tracking
Running TorrentHoster 2.5 on IraqiGate.org
Reply With Quote