From c4d86af557fbb40c4fdc9d187a6d8a7e1493563e Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 27 Jul 2012 18:33:39 +0200 Subject: [PATCH] Adding exit to unused file --- main/reports/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/reports/index.php b/main/reports/index.php index 9f1e82e23c..9e9ec70942 100644 --- a/main/reports/index.php +++ b/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;