From dcc6212d4b49db318bdba1084c6a668f7b32c347 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 23 May 2023 20:48:24 +0200 Subject: fix tyop --- buildmaster/build-slaves.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildmaster/build-slaves.php b/buildmaster/build-slaves.php index 0da5615..8efa131 100644 --- a/buildmaster/build-slaves.php +++ b/buildmaster/build-slaves.php @@ -70,7 +70,7 @@ $columns = array( ) ); -$swowall=0; +$showall=0; if (array_key_exists("showall", $_GET) && $_GET["showall"] == "on") { $showall=1; } -- cgit v1.2.3-54-g00ecf