Thread: NetManiack v1.6
View Single Post
  #152  
Old 8th August 2012, 22:26
dams dams is offline
Member
 
Join Date: Dec 2010
P2P
Posts: 2
Default
in takelogin.php find:

PHP Code:
header("Location: $BASEURL/my.php"); 
change in:

PHP Code:
header("Location: $BASEURL/index.php"); 
try it once
Reply With Quote