From 661172e6ce30235851fdee0736df0e532e997bd4 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 12 Feb 2021 19:31:27 +0200 Subject: the files show but there are still things to fix --- php/database.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php/database.php') diff --git a/php/database.php b/php/database.php index 98946ce..fb3d35d 100644 --- a/php/database.php +++ b/php/database.php @@ -118,7 +118,8 @@ require_once "node.php"; node_links.name as name, node_links.note as note, nodes.is_directory as is_directory, - nodes.code as code + nodes.code as code, + nodes.type as mimetype from node_links inner join nodes on nodes.node_id=node_links.node_id -- cgit v1.2.3