Extend timelimit when rebuilding from mod interface.
The rebuild_timelimit config option was not used anywhere since the mod interface rewrite.
This commit is contained in:
parent
67ab3760ba
commit
0092fc62ab
@ -1406,6 +1406,8 @@ function mod_rebuild() {
|
||||
error($config['error']['noaccess']);
|
||||
|
||||
if (isset($_POST['rebuild'])) {
|
||||
set_time_limit($config['mod']['rebuild_timelimit']);
|
||||
|
||||
$log = array();
|
||||
$boards = listBoards();
|
||||
$rebuilt_scripts = array();
|
||||
|
Loading…
Reference in New Issue
Block a user