mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add system_config.configFile to return config file path
This commit is contained in:
parent
205db16bb5
commit
4d55f4a181
1 changed files with 6 additions and 0 deletions
|
|
@ -55,6 +55,12 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function system_config.configFile()
|
||||
return CONF_FILE
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function system_config.configChanged()
|
||||
return ntop.exists(CONF_FILE_EDITED)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue