Update webproxy.php

This commit is contained in:
Namhyeon Go 2019-05-25 20:40:02 +09:00 committed by GitHub
parent 76a19fbc3e
commit 6d34d7a164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,4 @@ if(!empty($url)) {
print_r($response['content']);
}
write_common_log(sprintf("%s\t%s\t%s", get_current_datetime(), "webproxy", $url));
write_common_log($url, "webproxy");