From: ms Date: Tue, 4 Apr 2006 17:19:54 +0000 (+0000) Subject: Kleine Fixes an den Graphs und dem MenĂ¼! X-Git-Tag: v3.0-alpha1~2080 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=929a3bfc4958022909a1e4aebe34f8a43c588df0;p=ipfire-3.x.git Kleine Fixes an den Graphs und dem MenĂ¼! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@95 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- 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"); +