diff options
Diffstat (limited to 'system/codeigniter/Base4.php')
-rw-r--r-- | system/codeigniter/Base4.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php index 178b1b8b7..2644f6eab 100644 --- a/system/codeigniter/Base4.php +++ b/system/codeigniter/Base4.php @@ -1,4 +1,4 @@ -<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
+<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
@@ -64,6 +64,6 @@ function &get_instance() return $OBJ->load;
}
- -/* End of file Base4.php */ +
+/* End of file Base4.php */
/* Location: ./system/codeigniter/Base4.php */
\ No newline at end of file |