浏览代码

Disabled unused ticket pages

Julio Montoya 6 年之前
父节点
当前提交
40560f9322
共有 2 个文件被更改,包括 3 次插入0 次删除
  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;
 
 /**