fix comment

This commit is contained in:
Bill Marquette 2005-08-22 02:09:50 +00:00
parent 12f23f46f3
commit 1a82cbcb44

View File

@ -666,7 +666,7 @@ function convert_config() {
$config['theme']="metallic";
$config['version'] = "1.9";
}
/* Convert 1.9 -> 1.10 */
/* Convert 1.9 -> 2.0 */
if ($config['version'] == "1.9") {
if(is_array($config['ipsec']['tunnel'])) {
reset($config['ipsec']['tunnel']);