mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
Internal: added an helper to get the currently loaded config file
SVN:trunk[1022]
This commit is contained in:
@@ -832,6 +832,10 @@ class Config
|
||||
{
|
||||
return is_writable($this->m_sFile);
|
||||
}
|
||||
public function GetLoadedFile()
|
||||
{
|
||||
return $this->m_sFile;
|
||||
}
|
||||
|
||||
/**
|
||||
* Render the configuration as an associative array
|
||||
|
||||
Reference in New Issue
Block a user