1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00
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
+1 -1
View File
@@ -8,7 +8,7 @@
/* Default-Werte */
$default_set = "small";
$default_chart_dir = "images/chart/";
$default_chart_dir = "images/chart";
+1 -1
View File
@@ -29,7 +29,7 @@ class Config{
function getDefaultChartDir(){
global $default_chart_dir;
return $default_chart_dir;
return $default_chart_dir."/";
}
function getRptArray($rptId){