Browse Source

minor change

Thomas Thümmler 4 years ago
parent
commit
7ef3c85fa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SDS_status_main.php

+ 1 - 1
SDS_status_main.php

@@ -17,7 +17,7 @@ $tol = 0.5;
 $local = false;
 if (substr($ip, 0, 13) == "141.52.12.227")
 	{
-      placeBox(-60, 1190, "local dev computer", 250, 2, "#FFFFFF");
+      placeBox(-60, 1190,  "local dev computer", 250, 2, "#FFFFFF");
       $local = true;
       $MSmode = 5;
     }