summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-11 12:04:16 +0100
committerYorhel <git@yorhel.nl>2008-11-11 12:04:16 +0100
commit0ac8f104fc9088c9980f0432e2569348cc833dc7 (patch)
treec573285507e2cf2c1b98aed509183c3f99c380f3 /data/global.pl
parent11a06966db46eca56c4077775931767f6c93d6b9 (diff)
User settings editing now works, and some small bugfixes and style changes
I still don't really like the form creation and handling code... it's just ugly and I doubt anyone would be able to understand what I'm doing.
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 0c520717..426caa67 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -27,6 +27,10 @@ our %S = (
[qw| mod hist board boardmod edit mod lock del |], # 3
[qw| admin hist board boardmod edit mod lock del usermod |], # 4
],
+ user_flags => {
+ list => 4,
+ nsfw => 8
+ },
);