Kaynağa Gözat

Disabled unused ticket pages

Julio Montoya 6 yıl önce
ebeveyn
işleme
40560f9322
2 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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;
 
 /**