View Single Post
  #6 (permalink)  
Old 04-03-2008, 12:09 PM
moonring's Avatar
moonring moonring is offline
New Pligger
 
Join Date: Jun 2007
Location: In Front of PC
Posts: 20
Open 'login.php' [root]

Replace Line 60

PHP Code:
header('Location:  '.$return); 
With

PHP Code:
$return ereg_replace' +''%20'$return);
header('Location:'.$return); 
Reply With Quote