Update security.php

This commit is contained in:
Namhyeon Go 2018-03-19 04:13:59 +09:00 committed by GitHub
parent 8968e6922f
commit 6dba316673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,7 +524,7 @@ if(!function_exists("get_formatted_number")) {
}
if(!function_exists("get_cutted_string")) {
function get_cutted_string($str, $start, $len, $charset="utf-8") {
function get_cutted_string($str, $start, $len=0, $charset="utf-8") {
$out_str = "";
if(function_exists("iconv_substr")) {