summaryrefslogtreecommitdiffstats
path: root/application/config/example/hooks.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-08-28 13:08:37 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-08-28 14:00:31 +0200
commit9f73bdbc9c19570768f24e1fbb672a59afbf5f1b (patch)
tree40efb764ad652a6f7c18c7ff9e9d8e40a7f6bdd7 /application/config/example/hooks.php
parentfdcead0d5cb071f2dd7c1659ae91dd4116809518 (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/hooks.php')
-rwxr-xr-xapplication/config/example/hooks.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/application/config/example/hooks.php b/application/config/example/hooks.php
deleted file mode 100755
index a4ad2be6d..000000000
--- a/application/config/example/hooks.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
-/*
-| -------------------------------------------------------------------------
-| Hooks
-| -------------------------------------------------------------------------
-| This file lets you define "hooks" to extend CI without hacking the core
-| files. Please see the user guide for info:
-|
-| http://codeigniter.com/user_guide/general/hooks.html
-|
-*/
-
-
-
-/* End of file hooks.php */
-/* Location: ./application/config/hooks.php */ \ No newline at end of file