From e4cefe7a8e6c37e2d01ab8455b62f3f0e3e27fb0 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 7 Dec 2017 03:13:42 +0000 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 5a4cd3e0..21942614 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -355,6 +355,7 @@ class DbQ extends nb { ]) ] + $r; if ($this->perm < self::DELETE) return; + if ($this->db->type == 'sqlite' and !is_writeable($this->db->host)) return; $rm = $this->table->base.'/rm/'.$args; $r['delete'] = '' .'
' -- 2.47.3