Ignore:
Timestamp:
05/11/12 10:02:19 (12 years ago)
Author:
gustavo
Message:

Ticket #2718 - Conexão para o arquivo header não abre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup/manageheader.php

    r5921 r6164  
    3131         */ 
    3232        $realpath = realpath('..'); 
    33         if(!preg_match("/^$_SERVER['DOCUMENT_ROOT']/",$realpath)) 
     33        if(!preg_match("/^".$_SERVER['DOCUMENT_ROOT']."/",$realpath)) 
    3434        { 
    3535                if(PHP_OS == 'Windows') 
Note: See TracChangeset for help on using the changeset viewer.