diff --git a/install/sql/mysql.sql b/install/sql/mysql.sql index d9bc70d1..0c366edb 100644 --- a/install/sql/mysql.sql +++ b/install/sql/mysql.sql @@ -595,6 +595,10 @@ CREATE TABLE IF NOT EXISTS `bb_disallow` ( -- ---------------------------- -- Records of bb_disallow -- ---------------------------- +INSERT INTO `bb_disallow` VALUES ('1', 'torrentpier*'); +INSERT INTO `bb_disallow` VALUES ('2', 'tracker*'); +INSERT INTO `bb_disallow` VALUES ('3', 'forum*'); +INSERT INTO `bb_disallow` VALUES ('4', 'torrent*'); -- ---------------------------- -- Table structure for `bb_extensions` @@ -1259,4 +1263,4 @@ CREATE TABLE IF NOT EXISTS `buf_topic_view` ( -- ---------------------------- -- Records of buf_topic_view --- ---------------------------- \ No newline at end of file +-- ---------------------------- diff --git a/styles/templates/admin/admin_rebuild_search.tpl b/styles/templates/admin/admin_rebuild_search.tpl index 37b0918e..28035eee 100644 --- a/styles/templates/admin/admin_rebuild_search.tpl +++ b/styles/templates/admin/admin_rebuild_search.tpl @@ -135,7 +135,7 @@ function updateButton() { document.form_rebuild_progress.submit_button.value = label_next + " (" + ticker + ")"; - ticker--;; + ticker--; refresh = setTimeout("updateButton()", 1000); } } @@ -254,4 +254,4 @@ function updateButton() - \ No newline at end of file + diff --git a/styles/templates/default/login.tpl b/styles/templates/default/login.tpl index ec828d54..c07b7f72 100644 --- a/styles/templates/default/login.tpl +++ b/styles/templates/default/login.tpl @@ -43,7 +43,7 @@
{LOGGED_IN_USER_LIST}
-