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,14 +105,8 @@ class LSsession {
|
|||
elseif (!file_exists($file)) {
|
||||
return;
|
||||
}
|
||||
if (defined('LSdebug') && constant('LSdebug')) {
|
||||
return include_once($file);
|
||||
}
|
||||
else {
|
||||
return @include_once($file);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Lancement de LSconfig
|
||||
|
|
Loading…
Reference in a new issue