Feature, new version with homematic and different Buttons fuer FS20

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1546 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nitroxmh
2012-05-08 09:06:39 +00:00
parent 8df6544f66
commit 0cadbc9136
45 changed files with 2125 additions and 1771 deletions

View File

@@ -0,0 +1,16 @@
<?php
##DB-Functions for pgm3
include "config.php";
### If DB-query is used, this is the only point of connect. ###
if ($DBUse=="1") {
@mysql_connect($DBNode, $DBUser, $DBPass) or die("Can't connect");
@mysql_select_db($DBName) or die("No database found");
}
?>