From 1dab64041e4cdcdd1c0fb3d7567a1d678308fe4b Mon Sep 17 00:00:00 2001 From: agp8x Date: Tue, 26 Aug 2014 21:49:22 +0200 Subject: [PATCH] added config to update.php --- update.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.php b/update.php index 8a5896a..649a148 100644 --- a/update.php +++ b/update.php @@ -1,10 +1,11 @@ connect('localhost','temp','temppw','temp');#lokal +$db=new DBLib($database['host'],$database['user'],$database['password'],$database['database']); $dir=scandir('data'); $temp=$humi=$ambi=$baro=0;