]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Kleine Fixes an den Graphs und dem MenĂ¼!
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 4 Apr 2006 17:19:54 +0000 (17:19 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 4 Apr 2006 17:19:54 +0000 (17:19 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@95 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/cfgroot/header.pl
src/scripts/makegraphs

index 552bb20ec409f9ab01cf3bf52651e3ddf57f2d74..d54273df578c6b41ed76ee89f83827e562b2a8fe 100644 (file)
@@ -505,7 +505,7 @@ sub genmenu {
                          'enabled' => 1,
                          'subMenu' => $sublogs
                          };
-    $menu->{'09.ipfire'} = {'caption' => 'IPFire'},
+    $menu->{'09.ipfire'} = {'caption' => 'IPFire',
                          'enabled' => 1,
                          'subMenu' => $subipfire
                          };
index b9081e2ed7b21568d349ac1a0bd4eb21d5e0528e..023925245bc320ae6f932a008c04c762b865f49b 100644 (file)
@@ -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");
+