Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php
index 577977c..178b1b8 100644
--- a/system/codeigniter/Base4.php
+++ b/system/codeigniter/Base4.php
@@ -64,4 +64,6 @@
 	return $OBJ->load;

 }

 

-?>
\ No newline at end of file
+
+/* End of file Base4.php */
+/* Location: ./system/codeigniter/Base4.php */
\ No newline at end of file