Update recordings.php (#4659)

This commit is contained in:
chansizzle 2019-09-25 20:34:56 -06:00 committed by FusionPBX
parent 6bece5ce92
commit 307ebc9958
1 changed files with 1 additions and 1 deletions

View File

@ -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"];