Browse Source

Adding exit to unused file

Julio Montoya 12 years ago
parent
commit
c4d86af557
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/reports/index.php

+ 1 - 1
main/reports/index.php

@@ -6,7 +6,7 @@
 * @copyrights CBLUE SPRL 2011
 * @package chamilo.reports
 */
-
+exit;
 // name of the language file that needs to be included
 $language_file = array('reportlib');
 $cidReset = true;