mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
Graphen gefixt.
Bootlogo zur Iso hinzugefuegt. Memtest hinzugefuegt. (Kann man sicherlich mal brauchen denke ich.) git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@368 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -28,7 +28,7 @@ my $iface='';
|
||||
|
||||
&Header::showhttpheaders();
|
||||
|
||||
my $graphdir = "/home/httpd/html/graphs";
|
||||
my $graphdir = "/srv/web/ipfire/html/graphs";
|
||||
&General::readhash("${General::swroot}/ethernet/settings", \%netsettings);
|
||||
|
||||
$ENV{'QUERY_STRING'} =~ s/&//g;
|
||||
|
||||
@@ -23,7 +23,7 @@ my @graphs=();
|
||||
|
||||
&Header::showhttpheaders();
|
||||
|
||||
my $graphdir = "/home/httpd/html/graphs";
|
||||
my $graphdir = "/srv/web/ipfire/html/graphs";
|
||||
|
||||
&Header::getcgihash(\%cgiparams);
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ use strict;
|
||||
use Archive::Zip qw(:ERROR_CODES :CONSTANTS);
|
||||
use Net::Ping;
|
||||
require '/var/ipfire/general-functions.pl';
|
||||
require '/home/httpd/cgi-bin/ovpnfunc.pl';
|
||||
require '/srv/web/ipfire/cgi-bin/ovpnfunc.pl';
|
||||
require "${General::swroot}/lang.pl";
|
||||
require "${General::swroot}/header.pl";
|
||||
require "${General::swroot}/countries.pl";
|
||||
|
||||
@@ -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, '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user