Fix hardcoded path.

refs #4926
This commit is contained in:
Michael Friedrich 2013-10-20 19:34:41 +02:00 committed by Marius Hein
parent 92762ef9c3
commit 8b163e2b0f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ indexController = "dashboard"
; via the frontend and this file. With feature #4607 moduleFolder will
; be replaced with a configuration directive for locations of
; installed modules
moduleFolder = "/etc/icinga2-web/enabledModules"
moduleFolder = "@icingaweb_config_path@/enabledModules"
dateFormat = "d/m/Y"
timeFormat = "g:i A"