diff options
Diffstat (limited to 'system/core/compat/mbstring.php')
-rw-r--r-- | system/core/compat/mbstring.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/compat/mbstring.php b/system/core/compat/mbstring.php index 552e72719..c7ad926c1 100644 --- a/system/core/compat/mbstring.php +++ b/system/core/compat/mbstring.php @@ -44,8 +44,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); * @subpackage CodeIgniter * @category Compatibility * @author Andrey Andreev - * @link https://codeigniter.com/user_guide/ - * @link http://php.net/mbstring + * @link https://codeigniter.com/userguide3/ + * @link https://secure.php.net/mbstring */ // ------------------------------------------------------------------------ |