Thread
:
URL field, want to remove http://
View Single Post
#
2
03-07-2006, 05:06 AM
Zaja
X-Adept
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
Try following...open include/register.php and remove http:// from this piece of code(line 404):
Code:
# URL normalization if(!empty($url)) { if(strpos($url, "http") !== 0) { $url = "http://".$url; } }
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/
7dana.com
Zaja
View Public Profile
Send a private message to Zaja
Visit Zaja's homepage!
Find all posts by Zaja