diff options
author | admin <devnull@localhost> | 2006-09-02 05:59:48 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-02 05:59:48 +0200 |
commit | e0d85bf837a59e74054260346867aec8329565c0 (patch) | |
tree | d11aeddac0b50c10712ff8c02df5670060fdf376 | |
parent | c2efd6e9d84a3cb688d30239c4a0b2571b48b714 (diff) |
-rw-r--r-- | system/application/config/hooks.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/application/config/hooks.php b/system/application/config/hooks.php new file mode 100644 index 000000000..8ebb236d8 --- /dev/null +++ b/system/application/config/hooks.php @@ -0,0 +1,12 @@ +<?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... +| +*/ + + +?>
\ No newline at end of file |