summaryrefslogtreecommitdiffstats
path: root/src/etc/phpshellsessions
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-12-28 14:42:11 -0500
committerjim-p <jimp@pfsense.org>2016-12-28 14:42:19 -0500
commit524b631fe62c86304faccd8498775d8eb0f6741d (patch)
tree7bc5fae266c9d56465513eb49171036d3479847d /src/etc/phpshellsessions
parent84fe48d414dc59ffd236b072000f07ea7423380e (diff)
downloadpfsense-524b631fe62c86304faccd8498775d8eb0f6741d.zip
pfsense-524b631fe62c86304faccd8498775d8eb0f6741d.tar.gz
Fix license for gatewaystatus playback script
Diffstat (limited to 'src/etc/phpshellsessions')
-rw-r--r--src/etc/phpshellsessions/gatewaystatus19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/etc/phpshellsessions/gatewaystatus b/src/etc/phpshellsessions/gatewaystatus
index 439087b..c88346b 100644
--- a/src/etc/phpshellsessions/gatewaystatus
+++ b/src/etc/phpshellsessions/gatewaystatus
@@ -1,3 +1,22 @@
+/*
+ * gatewaystatus
+ *
+ * part of pfSense (https://www.pfsense.org)
+ * Copyright (c) 2016 Rubicon Communications, LLC (Netgate)
+ * All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
require_once("gwlb.inc");
global $argv;
echo return_gateways_status_text(true, ($argv[3] == "brief")); \ No newline at end of file
OpenPOWER on IntegriCloud