summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-03-12 12:40:04 +0000
committerivan <ivan>2004-03-12 12:40:04 +0000
commitc02feb66d969a066b203ebcf80a063213fa6dc7a (patch)
tree0f32f91d6a1bebeb460a01d0e15341be676d97a8 /FS
parentcddf497bc74a127415f97188e27b70c04bd415ef (diff)
add unapplycredits configuration option
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 0b979cf37..df176e31d 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -358,6 +358,13 @@ httemplate/docs/config.html
},
{
+ 'key' => 'unapplycredits',
+ 'section' => 'UI',
+ 'description' => 'Enable "unapplication" of unclosed credits.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'dirhash',
'section' => 'shell',
'description' => 'Optional numeric value to control directory hashing. If positive, hashes directories for the specified number of levels from the front of the username. If negative, hashes directories for the specified number of levels from the end of the username. Some examples: <ul><li>1: user -> <a href="#home">/home</a>/u/user<li>2: user -> <a href="#home">/home</a>/u/s/user<li>-1: user -> <a href="#home">/home</a>/r/user<li>-2: user -> <a href="#home">home</a>/r/e/user</ul>',