소스 검색

添加index.php以便部署演示

837454876 10 년 전
부모
커밋
0b7cc0a730
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      index.php

+ 4 - 0
index.php

@@ -0,0 +1,4 @@
+<?php
+header("Location: index.html");
+die();
+?>