From: Nicolas Boisselier Date: Sun, 25 Dec 2016 23:24:54 +0000 (+0000) Subject: play with hook X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=b792723ff8b3649b2270add9881f0edbbac161e5;p=nb.git play with hook --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 09f5dd5a..8054fb58 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -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 ];