Added some required directories

This commit is contained in:
Savetheinternet 2010-11-02 22:12:03 +11:00
parent c96313a69a
commit b07a97c9a4
3 changed files with 9 additions and 0 deletions

3
res/index.php Normal file
View File

@ -0,0 +1,3 @@
<?php
header('Location: ../', true, 302);
?>

3
src/index.php Normal file
View File

@ -0,0 +1,3 @@
<?php
header('Location: ../', true, 302);
?>

3
thumb/index.php Normal file
View File

@ -0,0 +1,3 @@
<?php
header('Location: ../', true, 302);
?>