Add index.php

This commit is contained in:
2026-06-09 10:48:30 +00:00
parent b47c9a6ad6
commit 043c23f934
+4
View File
@@ -0,0 +1,4 @@
<?php
header("Location: /02/index.php");
exit;
?>