These images don't belong to an Open Source project. They are useless to people. They are taking up a lot of space. Signed-off-by: Norv <norv@simplemachines.org>
@@ -1,9 +0,0 @@
-<?php
-
-// Try to handle it with the upper level index.php. (it should know what to do.)
-if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
- include (dirname(dirname(__FILE__)) . '/index.php');
-else
- exit;
-?>