Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
e140af0f
Commit
e140af0f
authored
Dec 15, 2014
by
Jos Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Partial update for Copyright notices
parent
2a717700
Changes
47
Hide whitespace changes
Inline
Side-by-side
Showing
47 changed files
with
234 additions
and
109 deletions
+234
-109
bandwidth_by_ip.php
src/www/bandwidth_by_ip.php
+27
-0
carp_status.php
src/www/carp_status.php
+1
-1
crash_reporter.php
src/www/crash_reporter.php
+1
-2
diag_arp.php
src/www/diag_arp.php
+3
-2
diag_authentication.php
src/www/diag_authentication.php
+3
-3
diag_backup.php
src/www/diag_backup.php
+1
-4
diag_confbak.php
src/www/diag_confbak.php
+1
-1
diag_defaults.php
src/www/diag_defaults.php
+1
-4
diag_dns.php
src/www/diag_dns.php
+1
-2
diag_dump_states.php
src/www/diag_dump_states.php
+1
-1
diag_dump_states_sources.php
src/www/diag_dump_states_sources.php
+1
-1
diag_edit.php
src/www/diag_edit.php
+28
-0
diag_exec.php
src/www/diag_exec.php
+28
-0
diag_gmirror.php
src/www/diag_gmirror.php
+2
-1
diag_halt.php
src/www/diag_halt.php
+28
-0
diag_ipsec.php
src/www/diag_ipsec.php
+2
-4
diag_ipsec_leases.php
src/www/diag_ipsec_leases.php
+1
-1
diag_ipsec_sad.php
src/www/diag_ipsec_sad.php
+1
-4
diag_ipsec_spd.php
src/www/diag_ipsec_spd.php
+1
-4
diag_ipsec_tabs.php
src/www/diag_ipsec_tabs.php
+25
-0
diag_ipsec_xml.php
src/www/diag_ipsec_xml.php
+2
-4
diag_limiter_info.php
src/www/diag_limiter_info.php
+1
-1
diag_logs.php
src/www/diag_logs.php
+1
-4
diag_logs_auth.php
src/www/diag_logs_auth.php
+1
-3
diag_logs_dhcp.php
src/www/diag_logs_dhcp.php
+1
-4
diag_logs_filter.php
src/www/diag_logs_filter.php
+2
-5
diag_logs_filter_dynamic.php
src/www/diag_logs_filter_dynamic.php
+1
-4
diag_logs_filter_summary.php
src/www/diag_logs_filter_summary.php
+1
-1
diag_logs_gateways.php
src/www/diag_logs_gateways.php
+1
-4
diag_logs_ipsec.php
src/www/diag_logs_ipsec.php
+1
-4
diag_logs_ntpd.php
src/www/diag_logs_ntpd.php
+1
-2
diag_logs_openvpn.php
src/www/diag_logs_openvpn.php
+1
-4
diag_logs_pills.php
src/www/diag_logs_pills.php
+25
-0
diag_logs_ppp.php
src/www/diag_logs_ppp.php
+1
-4
diag_logs_relayd.php
src/www/diag_logs_relayd.php
+1
-3
diag_logs_resolver.php
src/www/diag_logs_resolver.php
+1
-4
diag_logs_routing.php
src/www/diag_logs_routing.php
+1
-3
diag_logs_settings.php
src/www/diag_logs_settings.php
+1
-4
diag_logs_tabs.php
src/www/diag_logs_tabs.php
+25
-0
diag_logs_vpn.php
src/www/diag_logs_vpn.php
+1
-3
diag_logs_wireless.php
src/www/diag_logs_wireless.php
+1
-3
diag_nanobsd.php
src/www/diag_nanobsd.php
+1
-1
diag_ndp.php
src/www/diag_ndp.php
+1
-5
diag_packet_capture.php
src/www/diag_packet_capture.php
+1
-0
diag_patterns.php
src/www/diag_patterns.php
+1
-0
diag_pf_info.php
src/www/diag_pf_info.php
+1
-1
diag_ping.php
src/www/diag_ping.php
+1
-3
No files found.
src/www/bandwidth_by_ip.php
View file @
e140af0f
<?php
/*
Copyright © 2014 Deciso B.V.
Copyright © 2004 - 2014 by Electric Sheep Fencing LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
...
...
src/www/carp_status.php
View file @
e140af0f
<?php
/*
carp_status.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004 Scott Ullrich
All rights reserved.
...
...
src/www/crash_reporter.php
View file @
e140af0f
<?php
/* $Id$ */
/*
crash_reporter.php
part of pfSense
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2011 Scott Ullrich
All rights reserved.
...
...
src/www/diag_arp.php
View file @
e140af0f
<?php
/*
diag_arp.php
part of the pfSense project (https://www.pfsense.org)
Copyright (C) 2014 Deciso B.V.
All rights reserved.
Copyright (C) 2004-2009 Scott Ullrich <sullrich@gmail.com>
originally part of m0n0wall (http://m0n0.ch/wall)
...
...
src/www/diag_authentication.php
View file @
e140af0f
<?php
/*
diag_authentication.php
part of the pfSense project (https://www.pfsense.org)
Copyright (C) 2010 Ermal Luçi
Copyright (C) 2014 Deciso B.V.
All rights reserved.
Copyright (C) 2010 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
src/www/diag_backup.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_backup.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_confbak.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_confbak.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2005 Colin Smith
Copyright (C) 2010 Jim Pingle
All rights reserved.
...
...
src/www/diag_defaults.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_defaults.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_dns.php
View file @
e140af0f
<?php
/*
diag_dns.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2009 Jim Pingle (jpingle@gmail.com)
All rights reserved.
...
...
src/www/diag_dump_states.php
View file @
e140af0f
<?php
/*
diag_dump_states.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2005-2009 Scott Ullrich
Copyright (C) 2005 Colin Smith
All rights reserved.
...
...
src/www/diag_dump_states_sources.php
View file @
e140af0f
<?php
/*
diag_dump_states.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2005-2009 Scott Ullrich
Copyright (C) 2005 Colin Smith
All rights reserved.
...
...
src/www/diag_edit.php
View file @
e140af0f
<?php
/*
Copyright (C) 2014 Deciso B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
?>
<?
include
(
"edit.php"
);
?>
\ No newline at end of file
src/www/diag_exec.php
View file @
e140af0f
<?php
/*
Copyright (C) 2014 Deciso B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
?>
<?
include
(
"exec.php"
);
?>
\ No newline at end of file
src/www/diag_gmirror.php
View file @
e140af0f
<?php
/*
diag_gmirror.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2014 Jim Pingle
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
...
...
src/www/diag_halt.php
View file @
e140af0f
<?php
/*
Copyright (C) 2014 Deciso B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
?>
<?
include
(
"halt.php"
);
?>
\ No newline at end of file
src/www/diag_ipsec.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_ipsec.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
Copyright (C) 2008 Shrew Soft Inc <mgrooms@shrew.net>.
All rights reserved.
Parts of this code was originally based on vpn_ipsec_sad.php
Copyright (C) 2003-2004 Manuel Kasper
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
...
...
src/www/diag_ipsec_leases.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_ipsec_leases.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2014 Ermal LUÇi
All rights reserved.
...
...
src/www/diag_ipsec_sad.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_ipsec_sad.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_ipsec_spd.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_ipsec_spd.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_ipsec_tabs.php
View file @
e140af0f
<?php
/*
Copyright (C) 2014 Deciso B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
$tab_array
=
array
();
$tab_array
[
0
]
=
array
(
gettext
(
"Overview"
),
$_SERVER
[
'PHP_SELF'
]
==
'/diag_ipsec.php'
,
"diag_ipsec.php"
);
$tab_array
[
1
]
=
array
(
gettext
(
"Leases"
),
$_SERVER
[
'PHP_SELF'
]
==
'/diag_ipsec_leases.php'
,
"diag_ipsec_leases.php"
);
...
...
src/www/diag_ipsec_xml.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_ipsec_xml.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2007 pfSense Project
Copyright (C) 2010 Seth Mos
All rights reserved.
Parts of this code was originally based on vpn_ipsec_sad.php
Copyright (C) 2003-2004 Manuel Kasper
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
...
...
src/www/diag_limiter_info.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_limiter_info.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2010 Scott Ullrich
All rights reserved.
...
...
src/www/diag_logs.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_auth.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_auth.php
part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_dhcp.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_dhcp.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_filter.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_filter.php
part of pfSense
Copyright (C) 2014 Deciso B.V.
Copyright (C) Jim Pingle jim@pingle.org
Copyright (C) 2004-2009 Scott Ullrich
originally based on m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2009 Manuel Kasper <mk@neon1.net>,
Jim Pingle jim@pingle.org
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
src/www/diag_logs_filter_dynamic.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_filter.php
part of pfSesne
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
originally based on m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_filter_summary.php
View file @
e140af0f
<?php
/*
diag_logs_filter_summary.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2009 Jim Pingle (jpingle@gmail.com)
All rights reserved.
...
...
src/www/diag_logs_gateways.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_gateways.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
Copyright (C) 2012 Seth Mos
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_ipsec.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_ntpd.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_ntpd.php
part of pfSense
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2005 Bill Marquette <bill.marquette@gmail.com>.
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_openvpn.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs.php
Copyright (C) Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_pills.php
View file @
e140af0f
<?php
/*
Copyright (C) 2014 Deciso B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
$tab_group
=
isset
(
$tab_group
)
?
$tab_group
:
'system'
;
$tab_array
=
array
();
...
...
src/www/diag_logs_ppp.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_relayd.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_relayd.php
part of pfSense
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2008 Bill Marquette <bill.marquette@gmail.com>.
Copyright (C) 2008 Seth Mos <seth.mos@dds.nl>.
All rights reserved.
...
...
src/www/diag_logs_resolver.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_resolver.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
Copyright (C) 2012 Seth Mos
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_routing.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_routing.php
part of pfSense
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2012 Jim Pingle <jimp@pfsense.org>.
All rights reserved.
...
...
src/www/diag_logs_settings.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_settings.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2009 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_tabs.php
View file @
e140af0f
<?php
/*
Copyright (C) 2014 Deciso B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
$active_tab
=
isset
(
$active_tab
)
?
$active_tab
:
$_SERVER
[
'PHP_SELF'
];
$tab_array
=
array
();
$tab_array
[]
=
array
(
gettext
(
"System"
),
$active_tab
==
"/diag_logs.php"
,
"diag_logs.php"
);
...
...
src/www/diag_logs_vpn.php
View file @
e140af0f
#!/usr/local/bin/php
<?php
/*
diag_logs_vpn.php
part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_logs_wireless.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_logs_wireless.php
part of pfSense
Copyright (C) Deciso B.V.
Copyright (C) 2008 Bill Marquette <bill.marquette@gmail.com>.
Copyright (C) 2008 Seth Mos <seth.mos@dds.nl>.
Copyright (C) 2011 Jim Pingle <jimp@pfsense.org>.
...
...
src/www/diag_nanobsd.php
View file @
e140af0f
<?php
/*
diag_nanobsd.php
Copyright (C) Deciso B.V.
Copyright (C) 2009 Scott Ullrich <sullrich@gmail.com>
All rights reserved.
...
...
src/www/diag_ndp.php
View file @
e140af0f
<?php
/*
diag_ndp.php
part of the pfSense project (https://www.pfsense.org)
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2004-2010 Scott Ullrich <sullrich@gmail.com>
Copyright (C) 2011 Seth Mos <seth.mos@dds.nl>
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2005 Paul Taylor (paultaylor@winndixie.com) and Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
src/www/diag_packet_capture.php
View file @
e140af0f
<?php
/*
Copyright (C) 2014 Deciso B.V.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
...
...
src/www/diag_patterns.php
View file @
e140af0f
<?php
/* $Id$ */
/*
Copyright (C) 2014 Deciso B.V., All rights reserved
Exec+ v1.02-000 - Copyright 2001-2003, All rights reserved
Created by André Ribeiro and Hélder Pereira
...
...
src/www/diag_pf_info.php
View file @
e140af0f
<?php
/* $Id$ */
/*
diag_pf_info.php
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2010 Scott Ullrich
All rights reserved.
...
...
src/www/diag_ping.php
View file @
e140af0f
<?php
/*
diag_ping.php
part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2014 Deciso B.V.
Copyright (C) 2003-2005 Bob Zoller (bob@kludgebox.com) and Manuel Kasper <mk@neon1.net>.
All rights reserved.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment