added config to update.php
parent
60e0a722fd
commit
1dab64041e
|
|
@ -1,10 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
#v1.3
|
#v1.3
|
||||||
|
include('config.php');
|
||||||
include('lib/DBLib.php');
|
include('lib/DBLib.php');
|
||||||
include('function.php');
|
include('function.php');
|
||||||
$db=new DBLib();
|
$db=new DBLib();
|
||||||
|
|
||||||
$db->connect('localhost','temp','temppw','temp');#lokal
|
$db=new DBLib($database['host'],$database['user'],$database['password'],$database['database']);
|
||||||
|
|
||||||
$dir=scandir('data');
|
$dir=scandir('data');
|
||||||
$temp=$humi=$ambi=$baro=0;
|
$temp=$humi=$ambi=$baro=0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue