Merge pull request #1647 from laf/issue-12-new

Added mysqli support
This commit is contained in:
Daniel Preussker
2015-08-12 22:06:09 +02:00
17 changed files with 1185 additions and 583 deletions

View File

@@ -1,7 +1,6 @@
<?php
$sql = "SELECT *, DATE_FORMAT(timestamp, '".$config['dateformat']['mysql']['compact']."') AS date from syslog ORDER BY timestamp DESC LIMIT 20";
$query = mysql_query($sql);
$syslog_output = '
<div class="container-fluid">