Format config files

This commit is contained in:
Eike Foken
2011-09-01 19:59:58 +02:00
parent d9d8feabfb
commit 82b13d758d
15 changed files with 599 additions and 598 deletions

View File

@@ -1,4 +1,4 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
<?php defined('BASEPATH') || exit('No direct script access allowed');
/*
| -------------------------------------------------------------------------
| Hooks
@@ -8,13 +8,13 @@
|
| http://codeigniter.com/user_guide/general/hooks.html
|
*/
*/
$hook['post_controller_constructor'] = array(
'class' => '',
'function' => 'check_login',
'filename' => 'global.php',
'filepath' => 'hooks'
'class' => '',
'function' => 'check_login',
'filename' => 'global.php',
'filepath' => 'hooks'
);
/* End of file hooks.php */