mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
Added some required directories
This commit is contained in:
parent
c96313a69a
commit
b07a97c9a4
3
res/index.php
Normal file
3
res/index.php
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
header('Location: ../', true, 302);
|
||||||
|
?>
|
3
src/index.php
Normal file
3
src/index.php
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
header('Location: ../', true, 302);
|
||||||
|
?>
|
3
thumb/index.php
Normal file
3
thumb/index.php
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
header('Location: ../', true, 302);
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user