diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-02-06 15:52:19 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-02-06 15:54:47 -0200 |
commit | cba9d7d9a5edd4d2b49768a536740b288da99300 (patch) | |
tree | d5818f8a323ed7659d3e8ed0ef02036e87e0801b /etc/inc/globals.inc | |
parent | 2e19a6834fb8b3f2e6f74278be9b9407d7c9d638 (diff) | |
download | pfsense-cba9d7d9a5edd4d2b49768a536740b288da99300.zip pfsense-cba9d7d9a5edd4d2b49768a536740b288da99300.tar.gz |
Adjust RRD captive portal graphs for CP zones
- Create RRD configs per zone
- Add tabs to see graphs per zone
- Migrate existing rrd files to default cpZone
- While I'm here, call unset() for $rrdcreate and $rrdupdatesh
Resolves #2655
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 6315a84..ed84cc0 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -77,7 +77,7 @@ $g = array( "disablecrashreporter" => false, "crashreporterurl" => "http://crashreporter.pfsense.org/crash_reporter.php", "debug" => false, - "latest_config" => "9.2", + "latest_config" => "9.3", "nopkg_platforms" => array("cdrom"), "minimum_ram_warning" => "101", "minimum_ram_warning_text" => "128 MB", |