Update webpagetool.php
This commit is contained in:
parent
03662ada43
commit
19aa62f289
|
@ -487,7 +487,7 @@ if(!check_function_exists("get_web_identifier")) {
|
|||
if(!check_function_exists("get_web_cache")) {
|
||||
function get_web_cache($url, $method="get", $data=array(), $proxy="", $ua="", $ct_out=45, $t_out=45, $headers=array()) {
|
||||
$content = false;
|
||||
$config = get_config()
|
||||
$config = get_config();
|
||||
|
||||
$cache_enabled = array_key_equals("cache_enabled", $config, 1);
|
||||
// max_age(seconds), the value 0 is forever
|
||||
|
|
Loading…
Reference in New Issue
Block a user