diff options
author | Mark Wells <mark@freeside.biz> | 2015-08-05 22:39:46 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-05 22:39:46 -0700 |
commit | f9e68c86658eaae4d7b9a4509c5ecf65fc5d7bda (patch) | |
tree | 17540d794d9eb98aac9ca55d4e6a0cbb0c01b0dc | |
parent | 405a73031a2fdd127f3eb33eff88ace0089afff7 (diff) |
remove no_random_ids option from config interface
-rw-r--r-- | FS/FS/Conf.pm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index eec6febbb..fde5bd22f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -6071,12 +6071,14 @@ and customer address. Include units.', { key => "vonage-password", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, { key => "vonage-fromnumber", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, - { - 'key' => 'no_random_ids', - 'section' => '', - 'description' => 'Replace random identifiers in UI code with a static string, for repeatable testing. Don\'t use in production.', - 'type' => 'checkbox', - }, + # for internal use only; test databases should declare this option and + # everyone else should pretend it doesn't exist + #{ + # 'key' => 'no_random_ids', + # 'section' => '', + # 'description' => 'Replace random identifiers in UI code with a static string, for repeatable testing. Don\'t use in production.', + # 'type' => 'checkbox', + #}, ); |