Revision 412ebed9
Added by Bill Marquette over 20 years ago
etc/inc/config.inc | ||
---|---|---|
552 | 552 |
|
553 | 553 |
conf_mount_ro(); |
554 | 554 |
config_unlock(); |
555 |
$config = parse_config(true); |
|
556 |
//generate_config_cache($config);
|
|
555 |
|
|
556 |
generate_config_cache($config); |
|
557 | 557 |
//cleanup_backupcache(); |
558 | 558 |
} |
559 | 559 |
|
Also available in: Unified diff
Just create the config.cache - we already have a good $config, no need to reload and parse the XML after writing it