Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index 2dfbe42..e3e76d5 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -122,4 +122,6 @@
 // $autoload['core'] = array();

 

 

-?>
\ No newline at end of file
+
+/* End of file autoload.php */
+/* Location: ./system/application/config/autoload.php */
\ No newline at end of file
diff --git a/system/application/config/config.php b/system/application/config/config.php
index 24fbb4b..c931273 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -311,4 +311,6 @@
 $config['rewrite_short_tags'] = FALSE;

 

 

-?>
\ No newline at end of file
+
+/* End of file config.php */
+/* Location: ./system/application/config/config.php */
\ No newline at end of file
diff --git a/system/application/config/constants.php b/system/application/config/constants.php
index 3f79756..020baa2 100644
--- a/system/application/config/constants.php
+++ b/system/application/config/constants.php
@@ -36,4 +36,6 @@
 define('FOPEN_WRITE_CREATE_STRICT', 			'xb');

 define('FOPEN_READ_WRITE_CREATE_STRICT',		'x+b');

 

-?>
\ No newline at end of file
+
+/* End of file constants.php */
+/* Location: ./system/application/config/constants.php */
\ No newline at end of file
diff --git a/system/application/config/database.php b/system/application/config/database.php
index 6973c5a..e8eebef 100644
--- a/system/application/config/database.php
+++ b/system/application/config/database.php
@@ -50,4 +50,6 @@
 $db['default']['char_set'] = "utf8";

 $db['default']['dbcollat'] = "utf8_general_ci";

 

-?>
\ No newline at end of file
+
+/* End of file database.php */
+/* Location: ./system/application/config/database.php */
\ No newline at end of file
diff --git a/system/application/config/hooks.php b/system/application/config/hooks.php
index f0a0d6e..b13ce6c 100644
--- a/system/application/config/hooks.php
+++ b/system/application/config/hooks.php
@@ -11,4 +11,6 @@
 */
 
 
-?>
\ No newline at end of file
+
+/* End of file hooks.php */
+/* Location: ./system/application/config/hooks.php */
\ No newline at end of file
diff --git a/system/application/config/mimes.php b/system/application/config/mimes.php
index 7f5f208..f3bfe87 100644
--- a/system/application/config/mimes.php
+++ b/system/application/config/mimes.php
@@ -99,4 +99,6 @@
 			);

 

 

-?>
\ No newline at end of file
+
+/* End of file mimes.php */
+/* Location: ./system/application/config/mimes.php */
\ No newline at end of file
diff --git a/system/application/config/routes.php b/system/application/config/routes.php
index 1395b7a..5cd3cca 100644
--- a/system/application/config/routes.php
+++ b/system/application/config/routes.php
@@ -43,4 +43,6 @@
 $route['default_controller'] = "welcome";

 $route['scaffolding_trigger'] = "";

 

-?>
\ No newline at end of file
+
+/* End of file routes.php */
+/* Location: ./system/application/config/routes.php */
\ No newline at end of file
diff --git a/system/application/config/smileys.php b/system/application/config/smileys.php
index a227d8b..5968f37 100644
--- a/system/application/config/smileys.php
+++ b/system/application/config/smileys.php
@@ -61,4 +61,6 @@
 	':question:'	=>	array('question.gif',		'19',	'19',	'question') // no comma after last item
 	
 		);
-?>
\ No newline at end of file
+
+/* End of file smileys.php */
+/* Location: ./system/application/config/smileys.php */
\ No newline at end of file
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php
index 08a665f..4a59ab6 100644
--- a/system/application/config/user_agents.php
+++ b/system/application/config/user_agents.php
@@ -100,4 +100,6 @@
 				);	

 

 

-?>
\ No newline at end of file
+
+/* End of file user_agents.php */
+/* Location: ./system/application/config/user_agents.php */
\ No newline at end of file
diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php
index 7f7296d..20d4885 100644
--- a/system/application/controllers/welcome.php
+++ b/system/application/controllers/welcome.php
@@ -12,4 +12,6 @@
 		$this->load->view('welcome_message');
 	}
 }
-?>
\ No newline at end of file
+
+/* End of file welcome.php */
+/* Location: ./system/application/controllers/welcome.php */
\ No newline at end of file