From ac886f3c797490d79b4cd45a87ff01c7473f24f2 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Thu, 11 May 2017 19:18:19 +0200 Subject: [PATCH] fixed PHP environment variables --- .user.ini | 6 ++++++ sc.php | 12 ++---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.user.ini b/.user.ini index e69de29..fe3eb46 100644 --- a/.user.ini +++ b/.user.ini @@ -0,0 +1,6 @@ +memory_limit = 512M +max_execution_time = 0 +set_time_limit = 0 +display_errors = 0 +max_input_time = 50000 +default_socket_timeout = 50000 diff --git a/sc.php b/sc.php index 1930805..1c8f132 100644 --- a/sc.php +++ b/sc.php @@ -1,8 +1,8 @@