git-svn-id: file:///home/jan/tmp/wetterstation/trunk@156 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-27 15:04:13 +00:00
parent 2a2148fdd2
commit 21d751ad47
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
/* Default-Werte */ /* Default-Werte */
$default_set = "small"; $default_set = "small";
$default_chart_dir = "images/chart/"; $default_chart_dir = "images/chart";

View File

@ -29,7 +29,7 @@ class Config{
function getDefaultChartDir(){ function getDefaultChartDir(){
global $default_chart_dir; global $default_chart_dir;
return $default_chart_dir; return $default_chart_dir."/";
} }
function getRptArray($rptId){ function getRptArray($rptId){