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/memcached.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'application/config/memcached.php') diff --git a/application/config/memcached.php b/application/config/memcached.php index b35730d34..9374f67b4 100644 --- a/application/config/memcached.php +++ b/application/config/memcached.php @@ -53,6 +53,3 @@ $config = array( 'weight' => '1', ), ); - -/* End of file memcached.php */ -/* Location: ./application/config/memcached.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/memcached.php | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'application/config/memcached.php') diff --git a/application/config/memcached.php b/application/config/memcached.php index 9374f67b4..55949a66c 100644 --- a/application/config/memcached.php +++ b/application/config/memcached.php @@ -1,40 +1,4 @@