don't force hellban ext + add [Beta] tags
This commit is contained in:
parent
0065852fc7
commit
857f7e4041
@ -36,7 +36,7 @@ _d("WH_SPLITS", 1); // int how many levels of subfolders to put in
|
|||||||
_d("VERSION", 'trunk'); // string shimmie version
|
_d("VERSION", 'trunk'); // string shimmie version
|
||||||
_d("TIMEZONE", null); // string timezone
|
_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("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
|
_d("EXTRA_EXTS", ""); // optional extra extensions
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Name: Bulk Remove (Beta)
|
* Name: [Beta] Bulk Remove
|
||||||
* Author: Drudex Software <support@drudexsoftware.com>
|
* Author: Drudex Software <support@drudexsoftware.com>
|
||||||
* Link: http://www.drudexsoftware.com/
|
* Link: http://www.drudexsoftware.com/
|
||||||
* License: GPLv2
|
* License: GPLv2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Name: Chatbox (Beta)
|
* Name: [Beta] Chatbox
|
||||||
* Author: Drudex Software <support@drudexsoftware.com>
|
* Author: Drudex Software <support@drudexsoftware.com>
|
||||||
* Link: http://www.drudexsoftware.com
|
* Link: http://www.drudexsoftware.com
|
||||||
* License: GPLv2
|
* License: GPLv2
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
* Name: [Beta] Hellban
|
||||||
|
*/
|
||||||
|
|
||||||
class HellBan extends Extension {
|
class HellBan extends Extension {
|
||||||
public function onPageRequest(PageRequestEvent $event) {
|
public function onPageRequest(PageRequestEvent $event) {
|
||||||
global $page, $user;
|
global $page, $user;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Name: [beta] PM triggers
|
* Name: [Beta] PM triggers
|
||||||
* Author: Shish <webmaster@shishnet.org>
|
* Author: Shish <webmaster@shishnet.org>
|
||||||
* License: GPLv2
|
* License: GPLv2
|
||||||
* Description: Send PMs in response to certain events (eg image deletion)
|
* Description: Send PMs in response to certain events (eg image deletion)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user