diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/core/MY_Controller.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/core/MY_Controller.php b/application/core/MY_Controller.php index 463a4df64..a3b6d15d7 100644 --- a/application/core/MY_Controller.php +++ b/application/core/MY_Controller.php @@ -27,7 +27,6 @@ class MY_Controller extends CI_Controller { $old_path = getenv("PATH"); putenv("PATH=$old_path:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"); - mb_internal_encoding('UTF-8'); $this->load->helper(array('form', 'filebin')); if ($this->uri->segment(1) == "api") { |