From 7c26573d662dac656901d689908e297ce4e268e5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Jun 2015 20:46:51 +0200 Subject: [PATCH] 8.6.1 --- html/errors/no_db.php | 81 +++++++++++++++++++++++++++++ index.php | 3 -- modules/sensors/i2c/HIH6130/io.pyc | Bin 3 files changed, 81 insertions(+), 3 deletions(-) create mode 100755 html/errors/no_db.php mode change 100644 => 100755 modules/sensors/i2c/HIH6130/io.pyc diff --git a/html/errors/no_db.php b/html/errors/no_db.php new file mode 100755 index 000000000..e5392b5e4 --- /dev/null +++ b/html/errors/no_db.php @@ -0,0 +1,81 @@ + + + + + + + + nettemp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + diff --git a/index.php b/index.php index a6de642ca..b02f36c9a 100755 --- a/index.php +++ b/index.php @@ -66,11 +66,8 @@ $rows2 = $db1->query("SELECT * FROM relays WHERE type='relay'") or header("Location: html/errors/db_error.php"); $row1 = $rows1->fetchAll(); $row2 = $rows2->fetchAll(); - -//echo $row1[]; $numsimple = count($row1); $numsimple2 = count($row2); - ?>
  • >Status
  • >Charts
  • diff --git a/modules/sensors/i2c/HIH6130/io.pyc b/modules/sensors/i2c/HIH6130/io.pyc old mode 100644 new mode 100755