2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-28 08:54:51 +00:00

include in weather.php not required

git-svn-id: https://svn.fhem.de/fhem/trunk@479 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas 2009-11-16 19:37:55 +00:00
parent df05675964
commit 98f6daee2a
2 changed files with 1 additions and 2 deletions
fhem/webfrontend/pgm3

@ -1,7 +1,6 @@
<?php
include '../config.php';
setlocale (LC_ALL, 'de_DE.utf8');

@ -41,7 +41,7 @@ include "include/gnuplot.php";
include "include/functions.php";
$pgm3version='091116';
$pgm3version='091116a';
$Action = $_POST['Action'];
$order = $_POST['order'];