X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=html%2Fcgi-bin%2Fproxygraphs.cgi;h=c4b575b2905612881a27986cf8cf85703a470778;hb=fd0763dce57c0a3ee459ea4f2e17d3591bdc7445;hp=459af0651cdecd91484f7fef063fa01bfa531456;hpb=5e2e4494879e722309333cb91017c7225615b0fb;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/html/cgi-bin/proxygraphs.cgi b/html/cgi-bin/proxygraphs.cgi index 459af0651c..c4b575b290 100644 --- a/html/cgi-bin/proxygraphs.cgi +++ b/html/cgi-bin/proxygraphs.cgi @@ -22,10 +22,10 @@ my @graphs=(); &Header::showhttpheaders(); -my $dir = "/home/httpd/html/sgraph"; +my $dir = "/srv/web/ipfire/html/sgraph"; $cgiparams{'ACTION'} = ''; &Header::getcgihash(\%cgiparams); -my $sgraphdir = "/home/httpd/html/sgraph"; +my $sgraphdir = "/srv/web/ipfire/html/sgraph"; &Header::openpage($Lang::tr{'proxy access graphs'}, 1, '');