Subversion Repositories SmartDukaan

Rev

Rev 14456 | Rev 14868 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14456 Rev 14457
Line 448... Line 448...
448
    	}    	
448
    	}    	
449
		$userData = unserialize(base64_decode($data));
449
		$userData = unserialize(base64_decode($data));
450
		if(isset($getdata['next']) && !empty($getdata['next'])){
450
		if(isset($getdata['next']) && !empty($getdata['next'])){
451
    		$userData['next'] = $getdata['next'];
451
    		$userData['next'] = $getdata['next'];
452
    	}
452
    	}
-
 
453
    	$userData['next'] = str_replace('&next=','',$userData['next']);
453
	 	$userData['stylesheet'] = 'auth.css';
454
	 	$userData['stylesheet'] = 'auth.css';
454
    	$userData['title'] = 'Saholic';
455
    	$userData['title'] = 'Saholic';
455
    	if(isset($userData['next']) && !empty($userData['next'])){
456
    	if(isset($userData['next']) && !empty($userData['next'])){
456
    		$next = $userData['next'];
457
    		$next = $userData['next'];
457
    		$this->session->set_userdata('location',$next);
458
    		$this->session->set_userdata('location',$next);