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"; } }