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/autoload.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'application/config/autoload.php') diff --git a/application/config/autoload.php b/application/config/autoload.php index b80af5e74..c12ecf6e5 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -174,7 +174,3 @@ $autoload['language'] = array(); */ $autoload['model'] = array(); - - -/* End of file autoload.php */ -/* Location: ./application/config/autoload.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/autoload.php | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'application/config/autoload.php') diff --git a/application/config/autoload.php b/application/config/autoload.php index c12ecf6e5..f11117af7 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -1,40 +1,4 @@ Date: Mon, 26 Jan 2015 23:35:50 +0200 Subject: [ci skip] Remove 'session' from autoload comments for 'driver' ... cause it doesn't work that way. --- application/config/autoload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/config/autoload.php') diff --git a/application/config/autoload.php b/application/config/autoload.php index f11117af7..72f855c8b 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -52,7 +52,7 @@ $autoload['packages'] = array(); | | Prototype: | -| $autoload['libraries'] = array('database', 'email', 'xmlrpc'); +| $autoload['libraries'] = array('database', 'email', 'session'); | | You can also supply an alternative library name to be assigned | in the controller: @@ -73,7 +73,7 @@ $autoload['libraries'] = array(); | | Prototype: | -| $autoload['drivers'] = array('session', 'cache'); +| $autoload['drivers'] = array('cache'); */ $autoload['drivers'] = array(); -- cgit v1.2.3-24-g4f1b