From f9ecc3c209873fa5418e75161393287d29c4ebef Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 25 Sep 2019 20:34:56 -0600 Subject: [PATCH] Update recordings.php (#4659) --- app/recordings/recordings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index e202a5629c..086f072f62 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -35,7 +35,7 @@ $text = $language->get(); //set the max php execution time - ini_set(max_execution_time,7200); + ini_set('max_execution_time',7200); //get the http get values and set them as php variables $order_by = $_GET["order_by"];