From 0092fc62ab48bb9abc84a9f0641f253e5e9f1d35 Mon Sep 17 00:00:00 2001 From: Macil Tech Date: Tue, 24 Jul 2012 11:51:59 -0600 Subject: [PATCH] Extend timelimit when rebuilding from mod interface. The rebuild_timelimit config option was not used anywhere since the mod interface rewrite. --- inc/mod/pages.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 9526a7df..91ae8046 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -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();