Browse Source

Added some required directories

pull/40/head
Savetheinternet 14 years ago
parent
commit
b07a97c9a4
  1. 3
      res/index.php
  2. 3
      src/index.php
  3. 3
      thumb/index.php

3
res/index.php

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

3
src/index.php

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

3
thumb/index.php

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