]> git.nbdom.net Git - nb.git/commitdiff
play with hook
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 25 Dec 2016 23:24:54 +0000 (23:24 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 25 Dec 2016 23:24:54 +0000 (23:24 +0000)
www/dbq/dbq.php

index 09f5dd5a5499cb81b3f662e96e3104b7e0cd1f9d..8054fb58e14184d607aafad7c5ae35a0c7b4dd0e 100644 (file)
@@ -423,7 +423,7 @@ class DbQ extends nb {
     ];
 
     // Machine
-    #if ($this->perm >= self::ADMIN) {}
+    #if ($this->perm >= self::ADMIN) {} #
     if (function_exists('posix_uname')) {
       foreach (posix_uname() as $k=>$v) {
         $rows[] = [ 'name' => 'posix.uname.'.$k, 'value' => $v ];