- 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:
parent
2e1de9d214
commit
16bd394434
8 changed files with 76 additions and 20 deletions
|
|
@ -22,10 +22,18 @@ my $session = start(); # this line required
|
|||
|
||||
fixCs();
|
||||
fixCss();
|
||||
fixSpectre();
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
sub fixSpectre {
|
||||
print "\tAdding more security to Spectre.\n" unless ($quiet);
|
||||
my $config = WebGUI::Config->new("../..","spectre.conf");
|
||||
$config->set("ip","127.0.0.1");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub fixCss {
|
||||
print "\tUpdating CSS.\n" unless ($quiet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue