Commit f4ba912e authored by Kulya's avatar Kulya 😊

Fix css files pathe2

parent b941f960
......@@ -1540,7 +1540,7 @@ sessid: 40512ed0288d707e78dc4f7ef25214ef
}
private function status_integration($r=false) {
$result = shell_exec("ps -aux | grep listener | grep php | grep -v grep | grep bx24 | awk {'print $2'}");
$result = shell_exec("ps -aux | grep listener | grep php | grep -v grep | awk {'print $2'}");
$integrations = [];
if(!empty($result)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment