Sfoglia il codice sorgente

添加index.php以便部署演示

837454876 10 anni fa
parent
commit
0b7cc0a730
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      index.php

+ 4 - 0
index.php

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