diff options
Diffstat (limited to 'system/application/config/constants.php')
-rw-r--r-- | system/application/config/constants.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/application/config/constants.php b/system/application/config/constants.php index 020baa2d1..55dc6b777 100644 --- a/system/application/config/constants.php +++ b/system/application/config/constants.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');
/*
|--------------------------------------------------------------------------
@@ -36,6 +36,6 @@ define('FOPEN_READ_WRITE_CREATE', 'a+b'); define('FOPEN_WRITE_CREATE_STRICT', 'xb');
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
- -/* End of file constants.php */ +
+/* End of file constants.php */
/* Location: ./system/application/config/constants.php */
\ No newline at end of file |