From 857f7e4041de0df976369cbd66830c4582d0ccde Mon Sep 17 00:00:00 2001 From: Daku Date: Tue, 18 Feb 2014 07:24:26 +0000 Subject: [PATCH] don't force hellban ext + add [Beta] tags --- core/sys_config.inc.php | 2 +- ext/bulk_remove/main.php | 2 +- ext/chatbox/main.php | 2 +- ext/hellban/main.php | 4 ++++ ext/pm_triggers/main.php | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/core/sys_config.inc.php b/core/sys_config.inc.php index 2a3f302e..c70acb93 100644 --- a/core/sys_config.inc.php +++ b/core/sys_config.inc.php @@ -36,7 +36,7 @@ _d("WH_SPLITS", 1); // int how many levels of subfolders to put in _d("VERSION", 'trunk'); // string shimmie version _d("TIMEZONE", null); // string timezone _d("MIN_FREE_SPACE",100*1024*1024); // int disable uploading if there's less than MIN_FREE_SPACE bytes free space -_d("CORE_EXTS", "bbcode,user,mail,upload,image,view,handle_pixel,ext_manager,setup,upgrade,handle_404,comment,tag_list,index,tag_edit,alias_editor,hellban"); // extensions to always enable +_d("CORE_EXTS", "bbcode,user,mail,upload,image,view,handle_pixel,ext_manager,setup,upgrade,handle_404,comment,tag_list,index,tag_edit,alias_editor"); // extensions to always enable _d("EXTRA_EXTS", ""); // optional extra extensions diff --git a/ext/bulk_remove/main.php b/ext/bulk_remove/main.php index e7cbad9e..73bcbb8e 100644 --- a/ext/bulk_remove/main.php +++ b/ext/bulk_remove/main.php @@ -1,6 +1,6 @@ * Link: http://www.drudexsoftware.com/ * License: GPLv2 diff --git a/ext/chatbox/main.php b/ext/chatbox/main.php index 2289d771..9c48ce40 100644 --- a/ext/chatbox/main.php +++ b/ext/chatbox/main.php @@ -1,6 +1,6 @@ * Link: http://www.drudexsoftware.com * License: GPLv2 diff --git a/ext/hellban/main.php b/ext/hellban/main.php index 971fd6d4..ae6e2be6 100644 --- a/ext/hellban/main.php +++ b/ext/hellban/main.php @@ -1,4 +1,8 @@ * License: GPLv2 * Description: Send PMs in response to certain events (eg image deletion)