diff options
| author | ivan <ivan> | 2006-05-14 16:47:31 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2006-05-14 16:47:31 +0000 | 
| commit | 2c757d7db4cb6a7b9655de13206fcc84fb7ce61f (patch) | |
| tree | f01088bb60d49ee0dd3dd796d57abe219c321f7b /htetc/handler.pl | |
| parent | c46235292c6bf929615ac28fc48c1d5609ce4590 (diff) | |
first part of ACL and re-skinning work and some other small stuff
Diffstat (limited to 'htetc/handler.pl')
| -rw-r--r-- | htetc/handler.pl | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/htetc/handler.pl b/htetc/handler.pl index e8cd3333b..cbe2dd35d 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -179,6 +179,8 @@ sub handler        use FS::inventory_class;        use FS::inventory_item;        use FS::pkg_class; +      use FS::access_user; +      use FS::access_group;        if ( %%%RT_ENABLED%%% ) {          eval ' | 
