浏览代码

添加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();
+?>