mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-26 05:33:40 +00:00
Add another search path for Fedora.
This commit is contained in:
parent
72baec50a7
commit
d6916b205c
@ -75,7 +75,8 @@ $c->dbg = array();
|
||||
if ( ! @include_once('AWLUtilities.php') ) {
|
||||
$try_paths = array(
|
||||
'../../awl/inc'
|
||||
, '/usr/share/awl/inc'
|
||||
, '/usr/share/awl/inc' // Where it ends up on Debian
|
||||
, '/usr/share/php/awl/inc' // Fedora's standard for PHP libraries
|
||||
, '/usr/local/share/awl/inc'
|
||||
);
|
||||
foreach( $try_paths AS $awl_include_path ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user