aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/application/config/hooks.php
blob: 6e417651e7986d148eaf016d06ee20259275f349 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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
|
*/

$hook['pre_controller'][] = array(
  'function' => 'pick_language',
  'filename' => 'pick_language.php',
  'filepath' => 'hooks'
);

/* End of file hooks.php */
/* Location: ./application/config/hooks.php */

© 2014-2024 Faster IT GmbH | imprint | privacy policy