Changeset 3205


Ignore:
Timestamp:
09/01/10 17:01:32 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #764 - Correcao do valor caminho absoluto para relativo ( controller.xml ).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/jabberit_messenger/inc/jabberit_acl.inc.php

    r3202 r3205  
    9797                        $script = ''; 
    9898                         
    99                         echo substr(dirname(__FILE__), 0, strlen( dirname(__FILE__) )-4); 
    100                         exit; 
    101                          
    10299                        foreach( $js as $key => $val )  
    103100                        { 
    104                                 $script .= $controller->exec(array('act' => $val), substr(dirname(__FILE__), 0, strlen( dirname(__FILE__) )-4)); 
     101                                $script .= $controller->exec(array('act' => $val), "/var/www/expresso-2.2/jabberit_messenger"); 
    105102                        }        
    106103                         
Note: See TracChangeset for help on using the changeset viewer.