golden hour
/home/phakp/public_html/bkp_full/old_site_bkp/tests/mocks/core
⬆️ Go Up
Upload
File/Folder
Size
Actions
common.php
2.75 KB
Del
OK
input.php
1.08 KB
Del
OK
security.php
895 B
Del
OK
uri.php
700 B
Del
OK
utf8.php
255 B
Del
OK
Edit: utf8.php
<?php class Mock_Core_Utf8 extends CI_Utf8 { /** * We need to define UTF8_ENABLED the same way that * CI_Utf8 constructor does. */ public function __construct() { if (defined('UTF8_ENABLED')) { return; } parent::__construct(); } }
Save