소스 검색

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