Changeset 683
- Timestamp:
- 07/06/07 20:17:49 (3 years ago)
- Files:
-
- 1 modified
-
trunk/lib/Perlbal/Plugin/AccessControl.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Perlbal/Plugin/AccessControl.pm
r651 r683 87 87 sub unload { 88 88 my $class = shift; 89 Perlbal::unregister_global_hook('manage_command. vhost');89 Perlbal::unregister_global_hook('manage_command.access'); 90 90 return 1; 91 91 }
