From 57b7dfc2d8c1bec28dfc05ff9f7c7d5fd28ebd6a Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Fri, 6 Jul 2018 08:09:53 +0200
Subject: [PATCH] 2064-update appmonitor client * Client wurde aktualisiert. *
 IP-Restriction gesetzt * neu 8 Checks (vorher 2) * FIX: add slash in the
 sqlite check

---
 public_html/appmonitor/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/appmonitor/index.php b/public_html/appmonitor/index.php
index 50acd21f..034078d5 100644
--- a/public_html/appmonitor/index.php
+++ b/public_html/appmonitor/index.php
@@ -90,7 +90,7 @@ $oMonitor->addCheck(
         ),
     )
 );
-$sSqlitefile2=$_SERVER['DOCUMENT_ROOT'].'valuestore/data/versioncache.db';
+$sSqlitefile2=$_SERVER['DOCUMENT_ROOT'].'/valuestore/data/versioncache.db';
 $oMonitor->addCheck(
     array(
         "name" => "Sqlite DB version cache",
-- 
GitLab