mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
Fix indent
This commit is contained in:
parent
28fc35da49
commit
f098113720
1 changed files with 12 additions and 14 deletions
|
@ -2413,18 +2413,16 @@ class LSsession {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set globals from the ldap server
|
* Set globals from the ldap server
|
||||||
*
|
*
|
||||||
* @retval void
|
* @retval void
|
||||||
*/
|
*/
|
||||||
public static function setGlobals() {
|
public static function setGlobals() {
|
||||||
if ( isset(self :: $ldapServer['globals'])) {
|
if ( isset(self :: $ldapServer['globals'])) {
|
||||||
foreach(self :: $ldapServer['globals'] as $key => $value) {
|
foreach(self :: $ldapServer['globals'] as $key => $value) {
|
||||||
$GLOBALS[$key] = $value;
|
$GLOBALS[$key] = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
Loading…
Reference in a new issue