diff options
author | jeff <jeff> | 2007-04-01 02:45:28 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-01 02:45:28 +0000 |
commit | 8a507f43bfa5c5232b5babfbbf82ac5de5702add (patch) | |
tree | dd11d74323ec8c510ce21ea4a477bdd15fc9f628 /FS | |
parent | b4060ee8879f433c3cdd4a2b6bef55f136863a5f (diff) |
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www
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 84078fad8..e0fef9126 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -940,6 +940,7 @@ sub tables_hashref { 'svcnum', 'int', '', '', '', '', 'recnum', 'int', '', '', '', '', 'usersvc', 'int', '', '', '', '', + 'config', 'text', 'NULL', '', '', '', ], 'primary_key' => 'svcnum', 'unique' => [], |