mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
get this working for other locations then /usr/share/egroupware
This commit is contained in:
parent
0b375135aa
commit
cceda77788
@ -27,7 +27,7 @@
|
||||
|
||||
foreach($headerIncPHP as $line) {
|
||||
if(preg_match("/GLOBALS\['egw_domain']\['(.*)']/", $line, $matches)) {
|
||||
system($_ENV["_"]. ' -q -d memory_limit=16M /usr/share/egroupware/phpgwapi/cron/asyncservices.php '. $matches[1]);
|
||||
system($_ENV["_"]. ' -q -d memory_limit=16M '.$path_to_egroupware.'/phpgwapi/cron/asyncservices.php '. $matches[1]);
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue
Block a user