diff options
author | jeff <jeff> | 2007-04-23 14:34:10 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-23 14:34:10 +0000 |
commit | 1630fe1a8190feb6f0e7a1187333e01af9bea3f2 (patch) | |
tree | 685311f71bfbbd03b2770cfe61fd02e62a4c4b8e /FS | |
parent | 5080562bde309a0501f003b1d6fa35d29f0885bd (diff) |
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www (backport)
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/AccessRight.pm | 1 | ||||
-rw-r--r-- | FS/FS/Schema.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 5194bd4d9..f67614aac 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -116,6 +116,7 @@ assigned to users and/or groups. # customer service rights ### 'Edit usage', #NEW + 'Edit www config', #NEW 'View customer services', #NEW 'Provision customer service', 'Recharge customer service', #NEW diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 067796d4a..acd81dbe4 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -942,6 +942,7 @@ sub tables_hashref { 'svcnum', 'int', '', '', '', '', 'recnum', 'int', '', '', '', '', 'usersvc', 'int', '', '', '', '', + 'config', 'text', 'NULL', '', '', '', ], 'primary_key' => 'svcnum', 'unique' => [], |