Browse Source

Extend timelimit when rebuilding from mod interface.

The rebuild_timelimit config option was not used anywhere since the mod
interface rewrite.
pull/40/head
Macil Tech 12 years ago
parent
commit
0092fc62ab
  1. 2
      inc/mod/pages.php

2
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();

Loading…
Cancel
Save