mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Started optimising 2.3 for less disk io
Moving rrd files permanently to a ramdisk (backup next step) Remove creation of temp png files for graphs (create at access) Deleted some old cgi
This commit is contained in:
@@ -24,22 +24,19 @@
|
||||
};
|
||||
$substatus->{'50.networkred'} = {
|
||||
'caption' => "$Lang::tr{'network red'}",
|
||||
'uri' => '/cgi-bin/network.cgi',
|
||||
'vars' => 'network=red',
|
||||
'uri' => '/cgi-bin/netexternal.cgi',
|
||||
'title' => "$Lang::tr{'network red'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$substatus->{'51.networkinternal'} = {
|
||||
'caption' => "$Lang::tr{'network internal'}",
|
||||
'uri' => '/cgi-bin/network.cgi',
|
||||
'vars' => 'network=internal',
|
||||
'uri' => '/cgi-bin/netinternal.cgi',
|
||||
'title' => "$Lang::tr{'network internal'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$substatus->{'52.networkother'} = {
|
||||
'caption' => "$Lang::tr{'network other'}",
|
||||
'uri' => '/cgi-bin/network.cgi',
|
||||
'vars' => 'network=other',
|
||||
'uri' => '/cgi-bin/netother.cgi',
|
||||
'title' => "$Lang::tr{'network other'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user