Browse Source

Disabled unused ticket pages

Julio Montoya 6 năm trước cách đây
mục cha
commit
40560f9322
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 2 0
      main/ticket/course_user_list.php
  2. 1 0
      main/ticket/report.php

+ 2 - 0
main/ticket/course_user_list.php

@@ -1,6 +1,8 @@
 <?php
 /* For licensing terms, see /license.txt */
 
+exit;
+
 /**
  * @package chamilo.plugin.ticket
  */

+ 1 - 0
main/ticket/report.php

@@ -1,6 +1,7 @@
 <?php
 /* For licensing terms, see /license.txt */
 
+exit;
 use ChamiloSession as Session;
 
 /**