浏览代码

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;
+?>