diff options
| author | Horus3 | 2014-09-25 10:33:47 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-25 10:33:47 +0200 |
| commit | 1fe76ba743a3418da9a0883b29756d442384d0bc (patch) | |
| tree | 091910ffd183d94c0f8b70a8f4c362f733033b03 /oldwww/share.php | |
| parent | 2036626b560f22efd59673187a2de3b1319fcf8a (diff) | |
| download | jungegemeinde-1fe76ba743a3418da9a0883b29756d442384d0bc.tar.gz | |
init
Diffstat (limited to 'oldwww/share.php')
| -rw-r--r-- | oldwww/share.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/oldwww/share.php b/oldwww/share.php deleted file mode 100644 index 59af81f..0000000 --- a/oldwww/share.php +++ /dev/null @@ -1,26 +0,0 @@ -<?php - -/* Copyright Maximilian Möhring, 2013 -Licensed under the GPL. Read LICENSE for more Information.*/ - -include('auth.php'); -include("header.php"); -?> - -<div id='content_container' align='center'> - <br> - <div class='kleineschrift'> - <div class='ueberschrift'><p>JUNGE GEMEINDE ADLERSHOF</p> - </div> - </div> - -<?php -$db = new SQLite3("../database/database.sqlite"); - -$show_public_db = $db->query("SELECT filename FROM file WHERE private=0;"); - -while($show_public_array = $show_public_db->fetchArray() ){ - echo " $show_public_array[filename]"; -} - -?> |
