Update extension_imports.php (#4683)
This commit is contained in:
parent
a5f9103b85
commit
e8c0d3e89c
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
The Initial Developer of the Original Code is
|
The Initial Developer of the Original Code is
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
Portions created by the Initial Developer are Copyright (C) 2018
|
Portions created by the Initial Developer are Copyright (C) 2018-2019
|
||||||
the Initial Developer. All Rights Reserved.
|
the Initial Developer. All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
|
|
@ -54,9 +54,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//set the max php execution time
|
|
||||||
ini_set(max_execution_time,7200);
|
|
||||||
|
|
||||||
//get the http get values and set them as php variables
|
//get the http get values and set them as php variables
|
||||||
$action = $_POST["action"];
|
$action = $_POST["action"];
|
||||||
$from_row = $_POST["from_row"];
|
$from_row = $_POST["from_row"];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue