From 48149b88c5bcc50bfdcf35367097699cd2ea18ff Mon Sep 17 00:00:00 2001 From: losinshi Date: Wed, 27 Sep 2006 15:52:18 +0000 Subject: [PATCH] fixed git-svn-id: file:///home/jan/tmp/wetterstation/trunk@166 dd492736-c11a-0410-ad51-8c26713eaf7f --- webstuff/frontend/php_inc/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }