Ignore:
Timestamp:
10/21/10 17:54:46 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1297 - Trocar código fixo do caminho absoluto do Expresso p/ variavel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/inc/class.Thread.inc.php

    r284 r3395  
    3838                        $t = new Thread; 
    3939                        $descriptor = array (0 => array ("pipe", "r"), 1 => array ("pipe", "w"), 2 => array ("pipe", "w")); 
    40                         $t->pref = proc_open ("php -q ". "/var/www/expresso/contactcenter/inc/" . $url, $descriptor, $t->pipes, NULL, $env); 
     40                        $t->pref = proc_open ("php -q ". PHPGW_SERVER_ROOT . "/contactcenter/inc/" . $url, $descriptor, $t->pipes, NULL, $env); 
    4141                        stream_set_blocking ($t->pipes[1], 0); 
    4242                        stream_set_blocking ($t->pipes[2], 0); 
Note: See TracChangeset for help on using the changeset viewer.