mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
N°2315 - Login screen extensibility API refactor
This commit is contained in:
@@ -2167,4 +2167,9 @@ class utils
|
||||
}
|
||||
return $sFullPath;
|
||||
}
|
||||
|
||||
public static function GetAbsoluteModulePath($sModule)
|
||||
{
|
||||
return APPROOT.'env-'.utils::GetCurrentEnvironment().'/'.$sModule.'/';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user