From 0d33a412ae5bde44b0491e5d2d84f1fb0fff7889 Mon Sep 17 00:00:00 2001 From: "felix.suarez" Date: Tue, 19 Dec 2023 08:56:54 -0600 Subject: [PATCH] Remove additional concatenation --- pandora_console/include/class/WebServerModuleDebug.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/WebServerModuleDebug.class.php b/pandora_console/include/class/WebServerModuleDebug.class.php index f09d1f3a68..872582e6a3 100644 --- a/pandora_console/include/class/WebServerModuleDebug.class.php +++ b/pandora_console/include/class/WebServerModuleDebug.class.php @@ -265,7 +265,7 @@ class WebServerModuleDebug extends Wizard ); // Set execution timeout. $executionForPerform .= sprintf( - $executionForPerform.' -m %d', + ' -m %d', $this->requestTimeout );