mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 14:58:00 +00:00
bugfix
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@156 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
/* Default-Werte */
|
||||
$default_set = "small";
|
||||
$default_chart_dir = "images/chart/";
|
||||
$default_chart_dir = "images/chart";
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ class Config{
|
||||
|
||||
function getDefaultChartDir(){
|
||||
global $default_chart_dir;
|
||||
return $default_chart_dir;
|
||||
return $default_chart_dir."/";
|
||||
}
|
||||
|
||||
function getRptArray($rptId){
|
||||
|
||||
Reference in New Issue
Block a user