aboutsummaryrefslogtreecommitdiffstats
path: root/g/media/logo/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'g/media/logo/index.php')
-rw-r--r--g/media/logo/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/g/media/logo/index.php b/g/media/logo/index.php
new file mode 100644
index 000000000..121f550ea
--- /dev/null
+++ b/g/media/logo/index.php
@@ -0,0 +1,3 @@
+<ul><?php
+array_walk(glob('*'), function ($i) { if ($i != 'index.php') echo sprintf('<li><a href="%s">%s</a></li>', $i, $i); });
+?></ul> \ No newline at end of file