From: Nicolas Boisselier Date: Tue, 20 Feb 2018 13:59:16 +0000 (+0000) Subject: lib/php/db.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=99e17244bb5416272b30095eb856e1102ce1d29b;p=nb.git lib/php/db.php --- diff --git a/lib/php/db.php b/lib/php/db.php index 2c0d97e7..ea917918 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -10,6 +10,7 @@ require_once(realpath(dirname(__FILE__).'/nb.php')); require_once(NB_ROOT.'/lib/php/out.php'); require_once(NB_ROOT.'/lib/php/db/field.php'); require_once(NB_ROOT.'/lib/php/mime.php'); +require_once(NB_ROOT.'/lib/php/http.php'); $DB_TYPES = []; # See db/types/*.php #$arr = ['rent'=>'Rent','nb'=>'Nb']; #if (!empty($argv) and $argv[1] == 'zaza') bye($arr);