mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +01:00
LSsession : always log include errors
This commit is contained in:
parent
51b06418bc
commit
6bd68d8d25
1 changed files with 1 additions and 7 deletions
|
@ -105,13 +105,7 @@ class LSsession {
|
||||||
elseif (!file_exists($file)) {
|
elseif (!file_exists($file)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (defined('LSdebug') && constant('LSdebug')) {
|
return include_once($file);
|
||||||
return include_once($file);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
return @include_once($file);
|
|
||||||
}
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue