N°2060 [WIP] Initialisation of the portal application

This commit is contained in:
Molkobain
2019-05-28 12:03:55 +02:00
parent 895abde39c
commit 0867d8a3c4
168 changed files with 6988 additions and 1033 deletions

View File

@@ -1053,6 +1053,15 @@ class utils
{
return APPROOT.'data/cache-'.MetaModel::GetEnvironment().'/';
}
/**
* Returns a path to a folder into which any module can store log
* @return string
* @since 2.7.0
*/
public static function GetLogPath()
{
return APPROOT.'log/';
}
/**
* Merge standard menu items with plugin provided menus items
*/