- 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

@ -2,6 +2,11 @@
{
# Define the IP address that Spectre should run on. If WebGUI and
# Spectre are on the same machine, you should leave this as is.
"ip" : "127.0.0.1",
# Define a port for Spectre to run on between 1024 and 65000.
"port" : 32133,