diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-18 18:36:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-18 18:36:48 +0000 |
commit | 912ff8ae3cda071f94c8307359ef39049adab44b (patch) | |
tree | 26ce3121332b7456c281edc24710af8b4a4f82b1 /etc/inc/config.inc | |
parent | fcbbc7be366f399f92b117320c588ffa716b5f54 (diff) | |
download | pfsense-912ff8ae3cda071f94c8307359ef39049adab44b.zip pfsense-912ff8ae3cda071f94c8307359ef39049adab44b.tar.gz |
Alert when resetting factory defaults
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r-- | etc/inc/config.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 50da81d..7b4fb2c 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -211,6 +211,7 @@ function parse_config_bootup() { if ($g['booting']) { if (strstr($g['platform'], "cdrom")) { /* try copying the default config. to the floppy */ + echo "Resetting factory defaults..."; reset_factory_defaults(); echo "No XML configuration file found - using factory defaults.\n"; |