diff options
Diffstat (limited to 'system/application/config/autoload.php')
-rw-r--r-- | system/application/config/autoload.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php index e3e76d560..b99ffe484 100644 --- a/system/application/config/autoload.php +++ b/system/application/config/autoload.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');
/*
| -------------------------------------------------------------------
| AUTO-LOADER
@@ -122,6 +122,6 @@ $autoload['model'] = array(); // $autoload['core'] = array();
- -/* End of file autoload.php */ +
+/* End of file autoload.php */
/* Location: ./system/application/config/autoload.php */
\ No newline at end of file |