Notify.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 31 May 2012 05:36:44 +0000 (13:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 31 May 2012 05:36:44 +0000 (13:36 +0800)
Notify.php

index b634a61..f180791 100644 (file)
@@ -241,6 +241,8 @@ class Pman_Core_Notify extends Pman
                 $p['pid'] = $info['pid'];
             }
             
+            echo @file_get_contents('/proc/'. $p['pid'] .'/cmdline');
+            
             if ($info['running']) {
             
                 //if (file_exists('/proc/'.$p['pid'])) {