芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/sthwholesaler.com/wp-content/plugins/woo-alidropship/includes/functions.php
version, $version, ">=" ) ) { return true; } return false; } } if ( ! function_exists( 'vi_wad_json_decode' ) ) { function vi_wad_json_decode( $json, $assoc = true, $depth = 512, $options = 2 ) { if (is_array($json)){ return $json; } if ( function_exists( 'mb_convert_encoding' ) ) { $json = mb_convert_encoding( $json, 'UTF-8', 'UTF-8' ); } return json_decode( $json, $assoc, $depth, $options ); } } if ( ! function_exists( 'vi_wad_set_time_limit' ) ) { function vi_wad_set_time_limit() { ini_set( 'max_execution_time', '3000' ); ini_set( 'max_input_time', '3000' ); ini_set( 'default_socket_timeout', '3000' ); @set_time_limit( 0 ); } }