summaryrefslogtreecommitdiff
path: root/www/select.php
diff options
context:
space:
mode:
authorHorus32014-03-10 14:01:15 +0100
committerHorus32014-03-10 14:01:15 +0100
commit2e9cc1eea531131cd5a8e25342be3dd0d1978ef1 (patch)
tree9267e3bb86e0842596503a6de3d186b0a28bd63d /www/select.php
parent5441b1738f4fed6a51cbf8a44481251358e9518e (diff)
downloadfiles.iamfabulous.de-2e9cc1eea531131cd5a8e25342be3dd0d1978ef1.tar.gz
stuff
Diffstat (limited to 'www/select.php')
-rw-r--r--www/select.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/select.php b/www/select.php
index 5f6504b..ffa12d1 100644
--- a/www/select.php
+++ b/www/select.php
@@ -63,3 +63,6 @@ for($i=0; $i<$length; $i++){
echo "<br>";
}
}
+
+$content_db = $db->query("SELECT id, name, folder FROM files WHERE parent=" . $parentdir . " AND owner=" . $owner . ";");
+$content_ar = $conten_db->fetchArray(SQLITE3_NUM);