ソースを参照

init index.php

svalavuo 6 日 前
コミット
e0e3d700be
1 ファイル変更9 行追加0 行削除
  1. 9 0
      index.php

+ 9 - 0
index.php

@@ -0,0 +1,9 @@
+<?php
+/**
+ * Redirect to public directory
+ * This file serves as the main entry point and redirects visitors to the public site
+ */
+
+header('Location: public/');
+exit;
+?>