a simple MediaInfo API implemented as a helper in CodeIgniter useful for verifying...
[living-lab-site.git] / application / config / hooks.php
index a4ad2be..b758599 100644 (file)
 |
 */
 
-
+$hook['pre_controller'][] = array(
+       'class'    => '',
+       'function' => 'select_language',
+       'filename' => 'hooks.php',
+       'filepath' => 'hooks',
+       'params'   => array()
+);
 
 /* End of file hooks.php */
 /* Location: ./application/config/hooks.php */
\ No newline at end of file