diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 552bb20ec..d54273df5 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -505,7 +505,7 @@ sub genmenu { 'enabled' => 1, 'subMenu' => $sublogs }; - $menu->{'09.ipfire'} = {'caption' => 'IPFire'}, + $menu->{'09.ipfire'} = {'caption' => 'IPFire', 'enabled' => 1, 'subMenu' => $subipfire }; diff --git a/src/scripts/makegraphs b/src/scripts/makegraphs index b9081e2ed..023925245 100644 --- a/src/scripts/makegraphs +++ b/src/scripts/makegraphs @@ -486,4 +486,7 @@ if ($settings{'CONFIG_TYPE'} =~ /^(4|5|6|7)$/ && -e "$rrdlog/BLUE.rrd") { updateifgraph ("BLUE", "year"); } -chmod 777 /home/httpd/html/{graphs,sgraph} -R \ No newline at end of file +#chmod 777 /home/httpd/html/{graphs,sgraph} -R +system("chmod -R 0777 /home/httpd/html/graphs"); +system("chmod -R 0777 /home/httpd/html/sgraph"); +