diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-08-28 13:08:37 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-08-28 14:00:31 +0200 |
commit | 9f73bdbc9c19570768f24e1fbb672a59afbf5f1b (patch) | |
tree | 40efb764ad652a6f7c18c7ff9e9d8e40a7f6bdd7 /application/config/example/profiler.php | |
parent | fdcead0d5cb071f2dd7c1659ae91dd4116809518 (diff) |
Move most config files back to app/config/
Apart from database.php, config.php and memcache.php the files shouldn't
be different so we can just track them in the repo.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/config/example/profiler.php')
-rwxr-xr-x | application/config/example/profiler.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/application/config/example/profiler.php b/application/config/example/profiler.php deleted file mode 100755 index f8a5b1a1e..000000000 --- a/application/config/example/profiler.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); -/* -| ------------------------------------------------------------------------- -| Profiler Sections -| ------------------------------------------------------------------------- -| This file lets you determine whether or not various sections of Profiler -| data are displayed when the Profiler is enabled. -| Please see the user guide for info: -| -| http://codeigniter.com/user_guide/general/profiling.html -| -*/ - - - -/* End of file profiler.php */ -/* Location: ./application/config/profiler.php */
\ No newline at end of file |