From 4716c971dc1eec95567c401b0336a01ccb7c9ed3 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 13 Oct 2017 16:49:28 +0100 Subject: [PATCH] /opt/nb/lib/php/mime.php --- lib/php/http.php | 2 +- lib/php/mime.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/php/http.php b/lib/php/http.php index a6975ed0..eeda368e 100644 --- a/lib/php/http.php +++ b/lib/php/http.php @@ -1,7 +1,7 @@ SHELL_REPLACE dbq t="SELECT id,name FROM http_status" header=0 format=csv sep=" => " quote="'" eol=",\n" +#>SHELL_REPLACE dbq db=nb-sys t="SELECT id,name FROM http_status" header=0 format=csv sep=" => " quote="'" eol=",\n" '100' => 'Continue', '101' => 'Switching Protocols', '102' => 'Processing', diff --git a/lib/php/mime.php b/lib/php/mime.php index d229e2b3..6443251e 100644 --- a/lib/php/mime.php +++ b/lib/php/mime.php @@ -1,7 +1,7 @@ SHELL_REPLACE dbq t="SELECT type,ext FROM mime_type ORDER BY ext,length(type)" header=0 format=csv sep=" => " quote="'" eol=",\n" +#>SHELL_REPLACE dbq db=nb-sys db=nb-sys t="SELECT type,ext FROM mime_type ORDER BY ext,length(type)" header=0 format=csv sep=" => " quote="'" eol=",\n" 'application/vnd.lotus-1-2-3' => '123', 'text/vnd.in3d.3dml' => '3dml', 'video/3gpp2' => '3g2', -- 2.47.3