summaryrefslogtreecommitdiffstats
path: root/application/config/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/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/hooks.php')
-rw-r--r--application/config/hooks.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/application/config/hooks.php b/application/config/hooks.php
new file mode 100644
index 000000000..a4ad2be6d
--- /dev/null
+++ b/application/config/hooks.php
@@ -0,0 +1,16 @@
+<?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