From 4708e06802813f8a291ce22844a13355ef517001 Mon Sep 17 00:00:00 2001 From: necro-nemsis Date: Tue, 21 Jun 2022 20:00:03 -0400 Subject: [PATCH] Set file_get_contents timeout to 6 secs. --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 751cc00..ee2473a 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -287,7 +287,7 @@ function DisplayLokinetConfig() ["timeout"=>6]])); // Decode JSON data into PHP array $response_data = json_decode($json_data,true); ?>