diff options
Diffstat (limited to 'media/index.php')
| -rw-r--r-- | media/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media/index.php b/media/index.php new file mode 100644 index 0000000000..63cba08c39 --- /dev/null +++ b/media/index.php @@ -0,0 +1,4 @@ +<?php +header("Location: ../medialist.php"); +exit; +?> |
