Revision 77be5745
Added by Seth Mos over 16 years ago
etc/inc/config.inc | ||
---|---|---|
2061 | 2061 |
$config['version'] = "5.4"; |
2062 | 2062 |
} |
2063 | 2063 |
|
2064 |
/* Convert 5.4 -> 5.5 */ |
|
2065 |
if ($config['version'] <= 5.4) { |
|
2066 |
/* RRD files changed for quality, traffic and packets graphs */ |
|
2067 |
exec("/bin/rm -f /var/db/rrd/*-quality.rrd"); |
|
2068 |
exec("/bin/rm -f /var/db/rrd/*-packets.rrd"); |
|
2069 |
exec("/bin/rm -f /var/db/rrd/*-traffic.rrd"); |
|
2070 |
} |
|
2071 |
|
|
2064 | 2072 |
$now = date("H:i:s"); |
2065 | 2073 |
log_error("Ended Configuration upgrade at $now"); |
2066 | 2074 |
|
Also available in: Unified diff
Format has changed for quality, traffic and packets. Remove these files. They will be recreated