소스 검색

Background the hook command.

Joe Clarke 1 년 전
부모
커밋
e215e9b4b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      www/functions.php

+ 1 - 1
www/functions.php

@@ -168,7 +168,7 @@ MM_reloadPage(true);
         }
 
         $argstr = trim($argstr);
-        @exec("$hook_val $argstr");
+        @exec("$hook_val $argstr > /dev/null 2>&1 &");
     }
 
     function get_PI_REST($url, $p = false, $decode = true, $timeout = 300)