From: Brian Flowers Date: Fri, 23 Sep 2016 05:04:46 +0000 (-0400) Subject: adding additional images X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=8b5e45e212d06dcc04f44e2cdb6e849c6aaf7d3d;p=bdsm-web.git adding additional images --- diff --git a/bdsm-clear.png b/bdsm-clear.png new file mode 100644 index 0000000..bb94b81 Binary files /dev/null and b/bdsm-clear.png differ diff --git a/bdsm-clear.xcf b/bdsm-clear.xcf new file mode 100644 index 0000000..6b73e32 Binary files /dev/null and b/bdsm-clear.xcf differ diff --git a/configure.php b/configure.php index 48a1f89..981b4e9 100755 --- a/configure.php +++ b/configure.php @@ -1,3 +1,6 @@ + bdsm at monitor.slightlycyberpunk.com @@ -55,6 +58,7 @@
+ Index Historical Configuration @@ -79,8 +83,7 @@ while($host = $result->fetchArray(SQLITE3_ASSOC)) foreach ($hosts as $host) { - echo "
"; + echo ""; echo " $host"; echo ""; $result = $db_handle->query("SELECT DISTINCT attribute FROM MEASUREMENTS WHERE host='$host'");