Current time: 05-06-2024, 07:32 PM Hello There, Guest! (LoginRegister)


Post Reply 
How to submit patch
Author Message
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #4
RE: How to submit patch
with latest trunk your Hostname should work; it's

Code:
    if ($rdata =~ /^((([\w][\w-]{0,253}[\w])\.)*)([\w][\w-]{0,253}[\w])\.([a-zA-Z]{2,6})$/) {

         $main::ua{'hostname'} = $rdata;
         $main::ua{'hostname_local'} = ( ($1) ? $1 : $4);
         $main::ua{'hostname_local'} =~ s/^([\w][\w-]{0,253}[\w])\.(.*?)$/$1/;
(This post was last modified: 07-22-2007 07:20 PM by RatS.)
07-22-2007 07:16 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
How to submit patch - traise - 07-22-2007, 12:11 AM
RE: How to submit patch - BeNe - 07-22-2007, 02:36 AM
RE: How to submit patch - raphael - 07-22-2007, 08:22 AM
RE: How to submit patch - RatS - 07-22-2007 07:16 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)