aboutsummaryrefslogtreecommitdiffstats
path: root/config/autoconfigbackup
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-18 20:12:07 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-18 20:12:07 -0600
commit9c474de794b24afa1f5c9564488005f252fdb5d8 (patch)
tree883b579db1f8b046002851eced4060edad41abb8 /config/autoconfigbackup
parent47ab066c5a81d7833eda22229e2ef2ed925429c1 (diff)
downloadpfsense-packages-9c474de794b24afa1f5c9564488005f252fdb5d8.tar.gz
pfsense-packages-9c474de794b24afa1f5c9564488005f252fdb5d8.tar.bz2
pfsense-packages-9c474de794b24afa1f5c9564488005f252fdb5d8.zip
remove the "test connection" box that doesn't do anything useful. update (c) while here
Diffstat (limited to 'config/autoconfigbackup')
-rw-r--r--config/autoconfigbackup/autoconfigbackup.inc5
-rw-r--r--config/autoconfigbackup/autoconfigbackup.xml10
2 files changed, 3 insertions, 12 deletions
diff --git a/config/autoconfigbackup/autoconfigbackup.inc b/config/autoconfigbackup/autoconfigbackup.inc
index 2c9d18f9..2511a2a1 100644
--- a/config/autoconfigbackup/autoconfigbackup.inc
+++ b/config/autoconfigbackup/autoconfigbackup.inc
@@ -2,7 +2,7 @@
/* $Id$ */
/*
autoconfigbackup.inc
- Copyright (C) 2008 Scott Ullrich
+ Copyright (C) 2008-2014 Electric Sheep Fencing LP
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -144,9 +144,6 @@ function upload_config($reasonm = "") {
* This file plugs into config.inc (/usr/local/pkg/parse_config)
* and runs every time the running firewall filter changes.
*
- * Written by Scott Ullrich
- * (C) 2008 BSD Perimeter LLC
- *
*/
if(file_exists("/tmp/acb_nooverwrite")) {
diff --git a/config/autoconfigbackup/autoconfigbackup.xml b/config/autoconfigbackup/autoconfigbackup.xml
index ee125efc..d6a59720 100644
--- a/config/autoconfigbackup/autoconfigbackup.xml
+++ b/config/autoconfigbackup/autoconfigbackup.xml
@@ -7,8 +7,8 @@
/* $Id$ */
/*
autoconfigbackup.xml
- part of pfSense (http://www.pfSense.com)
- Copyright (C) 2008 BSD Perimeter
+ part of pfSense (https://www.pfsense.org)
+ Copyright (C) 2008-2014 Electric Sheep Fencing LP
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -132,12 +132,6 @@
<fieldname>crypto_password2</fieldname>
<type>password</type>
</field>
- <field>
- <fielddescr>Test connection</fielddescr>
- <description>Check this box to test the connection to portal.pfsense.org.</description>
- <fieldname>testconnection</fieldname>
- <type>checkbox</type>
- </field>
</fields>
<custom_php_validation_command>
custom_php_validation_command($_POST, $input_errors);