DBlog added

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@579 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas
2010-03-12 13:02:16 +00:00
parent 309436c259
commit c3c8455492
10 changed files with 346 additions and 101 deletions

View File

@@ -2,6 +2,11 @@
##Functions for pgm3
### 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");
#}
function LogRotate($array,$file,$logrotatelines)
{