From 65dc06eab2305800ad862b4621807fd7d4f7fe8d Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 9 Feb 2014 17:21:59 +0100 Subject: Init --- share.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 share.php (limited to 'share.php') diff --git a/share.php b/share.php new file mode 100644 index 0000000..7aeaf9c --- /dev/null +++ b/share.php @@ -0,0 +1,21 @@ + + +
+
+
+

JUNGE GEMEINDE ADLERSHOF

+
+
+ +query("SELECT filename FROM file WHERE private=0;"); + +while($show_public_array = $show_public_db->fetchArray() ){ + echo " $show_public_array[filename]"; +} + +?> -- cgit v1.2.3