Added mysqli support

This commit is contained in:
laf
2015-08-08 19:27:18 +00:00
parent 904a2099b5
commit 4b49c148b6
14 changed files with 1167 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">