From dbd7a224f8b5dc7d12c347efd9c7c59e22c05ef6 Mon Sep 17 00:00:00 2001 From: earnolmartin Date: Tue, 11 Jul 2023 21:01:11 -0600 Subject: [PATCH] Minor Changes --- ehcp/classapp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehcp/classapp.php b/ehcp/classapp.php index 5463a41..1d0db1c 100755 --- a/ehcp/classapp.php +++ b/ehcp/classapp.php @@ -1440,7 +1440,7 @@ function check_program_service($progname,$start_opname,$stop_opname,$restart_opn if ($serviceCount > 0) $this->output.="YES"; else $this->output.="NO"; - if( $progname != "mysqld" && $progname != "mariadbd" ){ + if($progname != "mysqld" && $progname != "mariadbd"){ $this->output.=" (Start | Stop | Restart) Attention, by stopping your services, you may lose your conn. to panel."; }else{ $this->output.="";