Преглед изворни кода

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;
 
 /**