From da210d436bec7ca3d8586982666b41b0c9b46176 Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Fri, 6 Jul 2018 08:59:32 +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 * set tags --- public_html/appmonitor/general_include.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/appmonitor/general_include.php b/public_html/appmonitor/general_include.php index 36cc8076..bdd129b1 100644 --- a/public_html/appmonitor/general_include.php +++ b/public_html/appmonitor/general_include.php @@ -44,7 +44,7 @@ $oMonitor->addEmail('axel.hahn@iml.unibe.ch'); // set a tag with phase // ---------------------------------------------------------------------- $sHost=$_SERVER['HTTP_HOST']; -$sHost2=$sHost=php_uname("n"); +$sHost2=php_uname("n"); $sMyPhase='live'; foreach (array('dev', 'preview', 'stage', 'demo') as $sPhase){ if( -- GitLab