From 72f0bad418d1bcda13d88e77a6448f48774c68d0 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 11 Mar 2018 02:03:10 +0900 Subject: [PATCH] Update webpagetool.php --- helper/webpagetool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/webpagetool.php b/helper/webpagetool.php index f547dfd..f7a3ed6 100644 --- a/helper/webpagetool.php +++ b/helper/webpagetool.php @@ -76,7 +76,7 @@ if(!function_exists("get_web_json")) { } if(!function_exists("get_web_dom")) { - fuction get_web_dom($url, $method="get", $data=array(), $proxy="", $ua="", $ct_out=45, $t_out=45) { + function get_web_dom($url, $method="get", $data=array(), $proxy="", $ua="", $ct_out=45, $t_out=45) { $html = new stdClass(); $raw = get_web_page($url, $method, $data, $proxy, $ua, $ct_out, $t_out);