diff options
author | adam <adam@> | 2021-02-12 19:31:27 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-12 19:31:27 +0200 |
commit | 661172e6ce30235851fdee0736df0e532e997bd4 (patch) | |
tree | 99d727de1e54bad695a6616d95ed08e64798b640 /php/database.php | |
parent | b1689d03b0ac8a601f3ff4a225729d1e15b317ba (diff) | |
download | fileup-661172e6ce30235851fdee0736df0e532e997bd4.tar.gz |
the files show but there are still things to fix
Diffstat (limited to 'php/database.php')
-rw-r--r-- | php/database.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |