Merge pull request #4443 from ghermans/webinstall

Webinstall improvements
This commit is contained in:
Glenn Hermans 2021-01-06 07:03:56 +01:00 committed by GitHub
commit 9ca3cd93e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
ini_set('max_execution_time', 300);
ini_set('max_execution_time', 900);
$phpbin = PHP_BINDIR . '/php';
// array to pass back data

View File

@ -1,5 +1,7 @@
<?php
ini_set('max_execution_time', 900);
// array to pass back data
$data = array();
$phpbin = PHP_BINDIR . '/php';
@ -16,4 +18,4 @@ $publish = exec($publish, $data['publish'], $data['publish_results']);
// return a response
//return all our data to an AJAX call
echo json_encode($data);
echo json_encode($data);