Browse Source

Add redirect to web/

jmontoyaa 8 năm trước cách đây
mục cha
commit
0160d5dc43
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      index.php

+ 4 - 0
index.php

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