Server IP : 192.185.129.71 / Your IP : 3.16.75.169 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/application/config/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php defined('BASEPATH') or 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 | */ /** * @since 2.3.0 * Moved here from hooks_helper.php that was included in config.php because some users config.php file permissions are incorrect. * NEW Global hooks function * This function must be used for all hooks * @return object|Hooks Hooks instance */ function hooks() { global $hooks; return $hooks; } $hook['pre_system'][] = [ 'class' => 'EnhanceSecurity', 'function' => 'protect', 'filename' => 'EnhanceSecurity.php', 'filepath' => 'hooks', 'params' => [], ]; $hook['pre_system'][] = [ 'class' => 'App_Autoloader', 'function' => 'register', 'filename' => 'App_Autoloader.php', 'filepath' => 'hooks', 'params' => [], ]; $hook['pre_system'][] = [ 'class' => 'InitModules', 'function' => 'handle', 'filename' => 'InitModules.php', 'filepath' => 'hooks', 'params' => [], ]; $hook['pre_controller_constructor'][] = [ 'class' => '', 'function' => '_app_init', 'filename' => 'InitHook.php', 'filepath' => 'hooks', ]; if (file_exists(APPPATH . 'config/my_hooks.php')) { include_once(APPPATH . 'config/my_hooks.php'); }