From 6e9046e61d65e20c4ef69b9da5e3ec6b96ec5048 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 25 Dec 2016 23:25:46 +0000 Subject: [PATCH] play with hook --- www/dbq/dbq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 8054fb58..09f5dd5a 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 ]; -- 2.47.3