Initial commit

Working directory listing. Hardcoded sidebar template.
This commit is contained in:
2011-01-16 22:59:18 +00:00
parent ee1707d86e
commit 65c560cdf0
20 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php
class MediaListing_Exception_NotADirectory extends MediaListing_Exception {};
class MediaListing_Exception_NotAFile extends MediaListing_Exception {};
?>