- fix: Asset menu

- fix: Event Manager - can't add event
 - fix: v6.99.1, security: Spectre listens to INADDR_ANY (profo)
 - fix: Manage groups in this group doesn't work
 - Fixed a problem where the not found page would not display.
 - fix: New page layout instead of not found
This commit is contained in:
JT Smith 2006-05-30 18:57:15 +00:00
parent 2e1de9d214
commit 16bd394434
8 changed files with 76 additions and 20 deletions

View file

@ -142,7 +142,9 @@ sub new {
my $self = {_debug=>$debug, _config=>$config, _logger=>$logger};
bless $self, $class;
$self->runTests();
$self->debug("Trying to bind to ".$config->get("ip").":".$config->get("port"));
create_ikc_server(
ip => $config->get("ip"),
port => $config->get("port"),
name => 'Spectre',
);