From 471b1a26243a9c497133094495e11d38baa8389f Mon Sep 17 00:00:00 2001 From: mad Date: Mon, 13 Aug 2018 18:34:10 +0200 Subject: [PATCH] = != == --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index 87c05fe..f34d1e1 100644 --- a/web/index.php +++ b/web/index.php @@ -225,7 +225,7 @@ while ($row = $res->fetchArray(SQLITE3_ASSOC)){ echo "$button "; echo " "; $server = gethostname(); - if ($button = "stop") { + if ($button == "stop") { echo "VNC"; } }