diff --git a/webstuff/frontend/php_inc/config.inc.php b/webstuff/frontend/php_inc/config.inc.php index c4a9628..81e3a7e 100644 --- a/webstuff/frontend/php_inc/config.inc.php +++ b/webstuff/frontend/php_inc/config.inc.php @@ -2,7 +2,7 @@ if(file_exists("/etc/weatherstation/frontend.conf")){ include_once("/etc/weatherstation/frontend.conf"); } else { - include_once($path."frontend.conf"); + include_once($path."frontend.conf"); }