From 4cbe463b4c442e0e2dae2f43565e77f7ac5ecb86 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Wed, 21 Jan 2015 22:56:22 +0100 Subject: Remove closing blocks at end of PHP files --- application/config/user_agents.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'application/config/user_agents.php') diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 5199f0488..7f03ef8a4 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -244,6 +244,3 @@ $robots = array( 'feedfetcher-google' => 'Feedfetcher Google', 'curious george' => 'Curious George' ); - -/* End of file user_agents.php */ -/* Location: ./application/config/user_agents.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From b56de6537e9d9a6156dbeaa325f52d3b6e3792a4 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Thu, 22 Jan 2015 21:27:38 +0100 Subject: Remove license blocks in /application files These blocks are annoying for the user and serve little to no purpose as the files are just config files, a boilerplate controller and some views. --- application/config/user_agents.php | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'application/config/user_agents.php') diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 7f03ef8a4..68d785365 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -1,40 +1,4 @@