瀏覽代碼

Add redirect to web/

jmontoyaa 8 年之前
父節點
當前提交
0160d5dc43
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      index.php

+ 4 - 0
index.php

@@ -1,6 +1,10 @@
 <?php
 /* For licensing terms, see /license.txt */
 
+// @todo change root .htaccess
+header('Location: web/app_dev.php');
+exit;
+
 use ChamiloSession as Session;
 
 /**