mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
adding Mac ports location of tnef
This commit is contained in:
parent
43092fea2e
commit
6c4a1e0b72
@ -691,6 +691,12 @@ function tnef_check($name,$args)
|
|||||||
$available = true;
|
$available = true;
|
||||||
$tnef[] = '/usr/bin/tnef';
|
$tnef[] = '/usr/bin/tnef';
|
||||||
}
|
}
|
||||||
|
// Mac ports location
|
||||||
|
elseif (file_exists('/opt/local/bin/tnef'))
|
||||||
|
{
|
||||||
|
$available = true;
|
||||||
|
$tnef[] = '/opt/local/bin/tnef';
|
||||||
|
}
|
||||||
elseif (exec("which tnef", $tnef))
|
elseif (exec("which tnef", $tnef))
|
||||||
{
|
{
|
||||||
$available = true;
|
$available = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user