mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 23:07:59 +00:00
Frontend:
a summary-view added bugfixes git-svn-id: file:///home/jan/tmp/wetterstation/trunk@117 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?
|
||||
include_once("php_inc/parser.inc.php"); /* Parser */
|
||||
include_once("php_inc/chart.inc.php"); /* Chart */
|
||||
include_once("php_inc/module_set.inc.php");
|
||||
include_once("php_inc/modules/sensor.inc.php"); /* Sensor-Klasse */
|
||||
include_once("php_inc/modules/temp.inc.php"); /* Temp-Klasse */
|
||||
include_once("php_inc/modules/rain.inc.php"); /* Rain-Klasse */
|
||||
@@ -110,5 +111,9 @@ class Module{
|
||||
Chart::insertChart($chartName);
|
||||
}
|
||||
|
||||
function addSetLink($setName){
|
||||
return $_SERVER['PHP_SELF'].'?setType='.$setName;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user