This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
raoyc
/
codeigniter_user_guide_chs
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
添加index.php以便部署演示
837454876
10 anni fa
parent
df08f18205
commit
0b7cc0a730
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
index.php
+ 4
- 0
index.php
Vedi File
@@ -0,0 +1,4 @@
+<?php
+header("Location: index.html");
+die();
+?>