Changeset 1469

Show
Ignore:
Timestamp:
12/17/07 01:17:41 (7 months ago)
Author:
rho
Message:

fixed issue using as wwwroot ~ character

Signed-off: Rolando Espinoza La fuente <rho@prosoftpeople.com>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/install.php

    r1450 r1469  
    676676 
    677677    //$urlregex = '#https?://([\w\.-]+)+(:\d+)?(/([\w-_\./]*(\?\S+)?)?)?#'; //extended url regex 
    678     $urlregex = '#^https?://[\w\.-]+(:\d+)?([\w-_\./]*)?/$#i'; 
     678    $urlregex = '#^https?://[\w\.-]+(:\d+)?([\w-_~\./()\#@%;$\+=\\\|&]*)?/$#i'; 
    679679    $hostregex = '#^[\w\.-]+(:\d+)?$#'; 
    680680