Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/index.php b/index.php
index ebf696e..970f292 100644
--- a/index.php
+++ b/index.php
@@ -113,4 +113,6 @@
 |
 */
 require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;
-?>
\ No newline at end of file
+
+/* End of file index.php */
+/* Location: ./index.php */
\ No newline at end of file