Kleine Fixes an den Graphs und dem Menü!

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@95 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-04-04 17:19:54 +00:00
parent e713200c69
commit 929a3bfc49
2 changed files with 5 additions and 2 deletions

View 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
#chmod 777 /home/httpd/html/{graphs,sgraph} -R
system("chmod -R 0777 /home/httpd/html/graphs");
system("chmod -R 0777 /home/httpd/html/sgraph");