From ee3dde8ca095b5573f415974bba6078388b994c5 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 27 Oct 2016 18:25:27 +0200 Subject: [PATCH] encrypt --- lib/php/db.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/php/db.php b/lib/php/db.php index c592d5f0..c418595e 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -44,6 +44,9 @@ class Db extends nb { public $conf = []; public $row_parse; # Function to call in table.rows() + # Encription + public $encrypt = []; + # Params protected static $paliases = [ 'd' => 'db', -- 2.47.3