1 |
b46bfcf5
|
Bill Marquette
|
<?php
|
2 |
6b07c15a
|
Matthew Grooms
|
/*
|
3 |
aaec5634
|
Renato Botelho
|
* license.php
|
4 |
|
|
*
|
5 |
|
|
* part of pfSense (https://www.pfsense.org)
|
6 |
2a2396a6
|
Renato Botelho
|
* Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
|
7 |
aaec5634
|
Renato Botelho
|
* All rights reserved.
|
8 |
|
|
*
|
9 |
|
|
* Redistribution and use in source and binary forms, with or without
|
10 |
|
|
* modification, are permitted provided that the following conditions are met:
|
11 |
|
|
*
|
12 |
|
|
* 1. Redistributions of source code must retain the above copyright notice,
|
13 |
|
|
* this list of conditions and the following disclaimer.
|
14 |
|
|
*
|
15 |
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
16 |
|
|
* notice, this list of conditions and the following disclaimer in
|
17 |
|
|
* the documentation and/or other materials provided with the
|
18 |
|
|
* distribution.
|
19 |
|
|
*
|
20 |
|
|
* 3. All advertising materials mentioning features or use of this software
|
21 |
|
|
* must display the following acknowledgment:
|
22 |
|
|
* "This product includes software developed by the pfSense Project
|
23 |
|
|
* for use in the pfSense® software distribution. (http://www.pfsense.org/).
|
24 |
|
|
*
|
25 |
|
|
* 4. The names "pfSense" and "pfSense Project" must not be used to
|
26 |
|
|
* endorse or promote products derived from this software without
|
27 |
|
|
* prior written permission. For written permission, please contact
|
28 |
|
|
* coreteam@pfsense.org.
|
29 |
|
|
*
|
30 |
|
|
* 5. Products derived from this software may not be called "pfSense"
|
31 |
|
|
* nor may "pfSense" appear in their names without prior written
|
32 |
|
|
* permission of the Electric Sheep Fencing, LLC.
|
33 |
|
|
*
|
34 |
|
|
* 6. Redistributions of any form whatsoever must retain the following
|
35 |
|
|
* acknowledgment:
|
36 |
|
|
*
|
37 |
|
|
* "This product includes software developed by the pfSense Project
|
38 |
|
|
* for use in the pfSense software distribution (http://www.pfsense.org/).
|
39 |
|
|
*
|
40 |
|
|
* THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY
|
41 |
|
|
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
42 |
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
43 |
|
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE pfSense PROJECT OR
|
44 |
|
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
45 |
|
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
46 |
|
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
47 |
|
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
48 |
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
49 |
|
|
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
50 |
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
51 |
|
|
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
52 |
919d91f9
|
Phil Davis
|
*/
|
53 |
544195a5
|
Erik Kristensen
|
|
54 |
6b07c15a
|
Matthew Grooms
|
##|+PRIV
|
55 |
|
|
##|*IDENT=page-system-license
|
56 |
5230f468
|
jim-p
|
##|*NAME=System: License
|
57 |
6b07c15a
|
Matthew Grooms
|
##|*DESCR=Allow access to the 'System: License' page.
|
58 |
|
|
##|*MATCH=license.php*
|
59 |
|
|
##|-PRIV
|
60 |
|
|
|
61 |
aceaf18c
|
Phil Davis
|
require_once("guiconfig.inc");
|
62 |
544195a5
|
Erik Kristensen
|
include("head.inc");
|
63 |
6b07c15a
|
Matthew Grooms
|
?>
|
64 |
e568873f
|
sbeaver
|
<div class="panel panel-default">
|
65 |
95fa5cce
|
Phil Davis
|
<div class="panel-heading"><h2 class="panel-title"><?=gettext("License")?></h2></div>
|
66 |
d32b7a21
|
k-paulius
|
<div class="panel-body content">
|
67 |
b0c8434e
|
Renato Botelho
|
<p><strong><?php printf(gettext("%s is Copyright © %s %s. All rights reserved."), $g['product_name'], $g['product_copyright_years'], $g['product_copyright'])?></strong></p>
|
68 |
|
|
<p><?=gettext("m0n0wall is Copyright © 2002-2015 by Manuel Kasper (mk@neon1.net). All rights reserved.")?></p>
|
69 |
d32b7a21
|
k-paulius
|
<p><?=gettext("Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:")?></p>
|
70 |
|
|
<ol type="1">
|
71 |
|
|
<li><?=gettext("Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.")?></li>
|
72 |
|
|
<li><?=gettext("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.")?></li>
|
73 |
|
|
<li><?=gettext("All advertising materials mentioning features or use of this software must display the following acknowledgment:")?>
|
74 |
4c8121f6
|
k-paulius
|
<p></p><p><?php printf(gettext("\"This product includes software developed by the %s Project for use in the %s® software distribution."), $g['product_name'], $g['product_name'])?> (<a href="http://<?=$g['product_website']?>/" target="_blank">http://<?=$g['product_website']?>/</a>)."</p>
|
75 |
d32b7a21
|
k-paulius
|
</li>
|
76 |
|
|
<li><?php printf(gettext("The names \"%s\" and \"%s Project\" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact"), $g['product_name'], $g['product_name'])?> <a href="mailto:<?=$g['product_email']?>"><?=$g['product_email']?></a>.</li>
|
77 |
|
|
<li><?php printf(gettext("Products derived from this software may not be called \"%s\" nor may \"%s\" appear in their names without prior written permission of the %s."), $g['product_name'], $g['product_name'], $g['product_copyright'])?></li>
|
78 |
|
|
<li><?=gettext("Redistributions of any form whatsoever must retain the following acknowledgment:")?>
|
79 |
4c8121f6
|
k-paulius
|
<p></p><p><?php printf(gettext("\"This product includes software developed by the %s Project for use in the %s software distribution"), $g['product_name'], $g['product_name'])?> (<a href="http://<?=$g['product_website']?>/" target="_blank">http://<?=$g['product_website']?>/</a>)."</p>
|
80 |
d32b7a21
|
k-paulius
|
</li>
|
81 |
|
|
</ol>
|
82 |
|
|
<p class="text-uppercase"><?php printf(gettext("THIS SOFTWARE IS PROVIDED BY THE %s PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES "
|
83 |
|
|
. "OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE %s PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, "
|
84 |
|
|
. "INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, "
|
85 |
|
|
. "DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING "
|
86 |
|
|
. "NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."), $g['product_name'], $g['product_name'])?></p>
|
87 |
|
|
</div>
|
88 |
|
|
</div>
|
89 |
|
|
<div class="panel panel-default">
|
90 |
|
|
<div class="panel-heading"><h2 class="panel-title"><?=gettext("Third Party Credits")?></h2></div>
|
91 |
|
|
<div class="panel-body content">
|
92 |
ca4d3b80
|
Sjon Hortensius
|
<p>
|
93 |
d32b7a21
|
k-paulius
|
<?php printf(gettext("%s is based upon/includes various free software packages, listed below. The authors of %s would like to thank the authors of these software packages for their efforts."), $g['product_name'], $g['product_name'])?><br />
|
94 |
ca4d3b80
|
Sjon Hortensius
|
</p>
|
95 |
d32b7a21
|
k-paulius
|
<ul class="list-group">
|
96 |
|
|
<li class="list-group-item">
|
97 |
|
|
<strong>FreeBSD</strong> (<a href="http://www.freebsd.org" target="_blank">http://www.freebsd.org</a>)<br />
|
98 |
|
|
<?=gettext("Copyright")?> ©<?=gettext("1992-2016 The FreeBSD Project. All rights reserved.")?>
|
99 |
|
|
</li>
|
100 |
|
|
<li class="list-group-item">
|
101 |
|
|
<?=gettext("This product includes") . " <strong>PHP</strong>, " . gettext("freely available from")?> (<a href="http://www.php.net/" target="_blank">http://www.php.net</a>).<br />
|
102 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("1999-2016 The PHP Group. All rights reserved.")?>
|
103 |
|
|
</li>
|
104 |
|
|
<li class="list-group-item">
|
105 |
3c040719
|
Chris Buechler
|
<strong>PF</strong> originally from OpenBSD (<a href="http://www.openbsd.org/faq/pf" target="_blank">http://www.openbsd.org</a>)
|
106 |
d32b7a21
|
k-paulius
|
</li>
|
107 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
108 |
|
|
<strong>bind-tools</strong> (<a href="https://www.isc.org/downloads/bind/" target="_blank">https://www.isc.org/downloads/bind/</a>)<br />
|
109 |
|
|
<?=gettext("Copyright"); ?> © 2004-2013 Internet Systems Consortium, Inc. ("ISC")
|
110 |
|
|
</li>
|
111 |
b715db5d
|
Chris Buechler
|
<li class="list-group-item">
|
112 |
|
|
<strong>Bootstrap</strong> HTML, CSS and JS framework (<a href="https://getbootstrap.com/" target="_blank">https://getbootstrap.com/</a>)<br />
|
113 |
|
|
<?=gettext("Copyright"); ?> © 2015 Twitter
|
114 |
|
|
</li>
|
115 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
116 |
|
|
<strong>ca_root_nss</strong> Root certificates from certificate authorities included in the (<a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS" target="_blank">Mozilla
|
117 |
|
|
NSS library</a>)<br />
|
118 |
|
|
</li>
|
119 |
|
|
<li class="list-group-item">
|
120 |
|
|
<strong>choparp</strong> (<a href="http://choparp.sourceforge.net/" target="_blank">http://choparp.sourceforge.net</a>)<br />
|
121 |
|
|
<?=gettext("Copyright"); ?> © 1997 Takamichi Tateoka (tree@mma.club.uec.ac.jp)<br />
|
122 |
|
|
<?=gettext("Copyright"); ?> © 2002 Thomas Quinot (thomas@cuivre.fr.eu.org)
|
123 |
|
|
</li>
|
124 |
d32b7a21
|
k-paulius
|
<li class="list-group-item">
|
125 |
|
|
<strong>Circular log support for FreeBSD syslogd</strong> (<a href="http://software.wheelhouse.org/syslogd/" target="_blank">http://software.wheelhouse.org/syslogd/</a>)<br />
|
126 |
|
|
<?=gettext("Copyright"); ?> © 2001 Jeff Wheelhouse (jdw@wwwi.com)
|
127 |
|
|
</li>
|
128 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
129 |
|
|
<strong>cpdup</strong> (<a href="http://apollo.backplane.com/FreeSrc/" target="_blank">http://apollo.backplane.com/FreeSrc/</a>)<br />
|
130 |
|
|
<?=gettext("Copyright"); ?> © 1997-1999 Matthew Dillon and Dima Ruban.
|
131 |
|
|
</li>
|
132 |
|
|
<li class="list-group-item">
|
133 |
|
|
<strong>curl</strong> (<a href="https://curl.haxx.se/" target="_blank">https://curl.haxx.se/</a>)<br />
|
134 |
|
|
<?=gettext("Copyright"); ?> © 1998-2016 Daniel Stenberg.
|
135 |
|
|
</li>
|
136 |
b715db5d
|
Chris Buechler
|
<li class="list-group-item">
|
137 |
|
|
<strong>D3.js</strong> (<a href="https://d3js.org/" target="_blank">https://d3js.org/</a>)<br />
|
138 |
|
|
<?=gettext("Copyright"); ?> © 2015-2016 Mike Bostock.
|
139 |
|
|
</li>
|
140 |
|
|
<li class="list-group-item">
|
141 |
|
|
<strong>d3pie</strong> (<a href="http://d3pie.org/" target="_blank">http://d3pie.org/</a>)<br />
|
142 |
|
|
<?=gettext("Copyright"); ?> © 2014-2016 Benjamin Keen.
|
143 |
|
|
</li>
|
144 |
|
|
|
145 |
d32b7a21
|
k-paulius
|
<li class="list-group-item">
|
146 |
|
|
<strong>Dnsmasq</strong> - a DNS forwarder for NAT firewalls (<a href="http://www.thekelleys.org.uk" target="_blank">http://www.thekelleys.org.uk</a>)<br />
|
147 |
3c040719
|
Chris Buechler
|
<?=gettext("Copyright"); ?> © 2000-2016 Simon Kelley.
|
148 |
d32b7a21
|
k-paulius
|
</li>
|
149 |
|
|
<li class="list-group-item">
|
150 |
3c040719
|
Chris Buechler
|
<strong>dpinger</strong> - Pinger engine for monitoring latency and loss (<a href="https://github.com/dennypage/dpinger" target="_blank">https://github.com/dennypage/dpinger</a>)<br />
|
151 |
|
|
<?=gettext("Copyright"); ?> © 2015-2016 Denny Page.
|
152 |
d32b7a21
|
k-paulius
|
</li>
|
153 |
|
|
<li class="list-group-item">
|
154 |
3c040719
|
Chris Buechler
|
<strong>ipmitool</strong> - command-line interface to IPMI-enabled devices (<a href="https://sourceforge.net/projects/ipmitool/" target="_blank">https://sourceforge.net/projects/ipmitool/</a>)<br />
|
155 |
|
|
<?=gettext("Copyright"); ?> © 2003-2016 Sun Microsystems, Inc.
|
156 |
|
|
</li>
|
157 |
|
|
<li class="list-group-item">
|
158 |
b715db5d
|
Chris Buechler
|
<strong>ISC DHCP</strong> <?=gettext("server")?> (<a href="http://www.isc.org/products/DHCP/" target="_blank">http://www.isc.org/products/DHCP</a>)<br />
|
159 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("2004-2013 Internet Software Consortium, Inc.")?><br />
|
160 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("1995-2003 Internet Software Consortium")?>
|
161 |
|
|
</li>
|
162 |
|
|
<li class="list-group-item">
|
163 |
|
|
<strong>jQuery</strong> (<a href="https://jquery.com/" target="_blank">https://jquery.com/</a>)<br />
|
164 |
|
|
<?=gettext("Copyright"); ?> © 2005-2016 jQuery Foundation and other contributors.
|
165 |
|
|
</li>
|
166 |
|
|
<li class="list-group-item">
|
167 |
|
|
<strong>MPD</strong> - Multi-link PPP daemon for FreeBSD (<a href="http://mpd.sourceforge.net/" target="_blank">http://mpd.sourceforge.net/</a>)<br />
|
168 |
|
|
<?=gettext("Copyright"); ?> © 2003-2004, Archie L. Cobbs, Michael Bretterklieber, Alexander Motin<br />
|
169 |
|
|
<?=gettext("All rights reserved.")?>
|
170 |
|
|
</li>
|
171 |
|
|
<li class="list-group-item">
|
172 |
|
|
<strong>nginx</strong> (<a href="http://www.nginx.org" target="_blank">http://www.nginx.org)</a><br />
|
173 |
|
|
<?=gettext("Copyright"); ?> ©<?=gettext("2011-2016 Nginx, Inc.")?>
|
174 |
|
|
<?=gettext("All rights reserved.")?>
|
175 |
d32b7a21
|
k-paulius
|
</li>
|
176 |
|
|
<li class="list-group-item">
|
177 |
|
|
<strong>php-radius</strong> (<a href="http://www.mavetju.org/programming/php.php" target="_blank">http://www.mavetju.org/programming/php.php</a>)<br />
|
178 |
|
|
<?=gettext("Copyright 2000, 2001, 2002 by Edwin Groothuis. All rights reserved.")?><br />
|
179 |
|
|
<?=gettext("This product includes software developed by Edwin Groothuis.")?>
|
180 |
|
|
</li>
|
181 |
b715db5d
|
Chris Buechler
|
<li class="list-group-item">
|
182 |
|
|
<strong>strongSwan</strong> (<a href="https://www.strongswan.org/" target="_blank">https://www.strongswan.org</a>)<br />
|
183 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("2005-2016 University of Applied Sciences Rapperswil")?>
|
184 |
|
|
</li>
|
185 |
d32b7a21
|
k-paulius
|
<li class="list-group-item">
|
186 |
|
|
<strong>wol</strong> (<a href="http://ahh.sourceforge.net/wol" target="_blank">http://ahh.sourceforge.net/wol</a>)<br />
|
187 |
|
|
<?=gettext("Copyright"); ?> © 2000,2001,2002,2003,2004 Thomas Krennwallner <krennwallner@aon.at>
|
188 |
|
|
</li>
|
189 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
190 |
|
|
<strong>openldap-client</strong> (<a href="http://www.openldap.org/" target="_blank">http://www.openldap.org/</a>)<br />
|
191 |
|
|
<?=gettext("Copyright"); ?> © 1999-2016 The OpenLDAP Foundation
|
192 |
|
|
</li>
|
193 |
d32b7a21
|
k-paulius
|
<li class="list-group-item">
|
194 |
|
|
<strong>OpenVPN</strong> (<a href="http://openvpn.net/" target="_blank">http://openvpn.net/</a>)<br />
|
195 |
|
|
<?=gettext("Copyright (C) 2002-2016 OpenVPN Solutions LLC ")?>
|
196 |
|
|
</li>
|
197 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
198 |
|
|
<strong>pftop</strong> (<a href="http://www.eee.metu.edu.tr/~canacar/pftop/" target="_blank">http://www.eee.metu.edu.tr/~canacar/pftop/</a>)<br />
|
199 |
|
|
<?=gettext("Copyright"); ?> © 2001, 2007 Can Erkin Acar<br />
|
200 |
|
|
<?=gettext("Copyright"); ?> © 2001 Daniel Hartmeier
|
201 |
|
|
</li>
|
202 |
|
|
<li class="list-group-item">
|
203 |
|
|
<strong>radvd</strong> IPv6 router advertisement daemon(<a href="http://www.litech.org/radvd/" target="_blank">http://www.litech.org/radvd/</a>)<br />
|
204 |
|
|
<?=gettext("Copyright"); ?> © 1996-2015 Lars Fenneberg, Pedro Roque
|
205 |
|
|
</li>
|
206 |
|
|
<li class="list-group-item">
|
207 |
|
|
<strong>rate</strong> command line traffic analysis tool(<a href="http://s-tech.elsat.net.pl/bmtools/" target="_blank">http://s-tech.elsat.net.pl/bmtools/</a>)<br />
|
208 |
|
|
<?=gettext("Copyright"); ?> © 2003-2016 Mateusz 'mteg' Golicz
|
209 |
|
|
</li>
|
210 |
|
|
<li class="list-group-item">
|
211 |
|
|
<strong>relayd</strong> server load balancing with pf (<a href="http://www.openbsd.org" target="_blank">http://www.openbsd.org</a>)<br />
|
212 |
|
|
<?=gettext("Copyright"); ?> © 2007-2016 Reyk Floeter
|
213 |
|
|
</li>
|
214 |
|
|
<li class="list-group-item">
|
215 |
|
|
<strong>rrdtool</strong> data logging and graphing system for time series data (<a href="http://oss.oetiker.ch/rrdtool/" target="_blank">http://oss.oetiker.ch/rrdtool/</a>)<br />
|
216 |
|
|
<?=gettext("Copyright"); ?> © 1998-2016 Tobias Oetiker
|
217 |
|
|
</li>
|
218 |
|
|
<li class="list-group-item">
|
219 |
|
|
<strong>scponly</strong> (<a href="https://github.com/scponly/scponly/wiki" target="_blank">https://github.com/scponly/scponly/wiki</a>)<br />
|
220 |
|
|
<?=gettext("Copyright"); ?> © 2001, 2002, 2003 Joe Boyle
|
221 |
|
|
</li>
|
222 |
|
|
<li class="list-group-item">
|
223 |
|
|
<strong>smartmontools</strong> (<a href="https://www.smartmontools.org/" target="_blank">https://www.smartmontools.org/</a>)<br />
|
224 |
|
|
<?=gettext("Copyright"); ?> © 2002-2016 Bruce Allen, Christian Franke
|
225 |
|
|
</li>
|
226 |
b715db5d
|
Chris Buechler
|
<li class="list-group-item">
|
227 |
|
|
<strong>sortable</strong> Sortable JavaScript and CSS library (<a href="http://github.hubspot.com/sortable/" target="_blank">http://github.hubspot.com/sortable/</a>)<br />
|
228 |
|
|
<?=gettext("Copyright"); ?> © 2013 Adam Schwartz
|
229 |
|
|
</li>
|
230 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
231 |
|
|
<strong>sqlite3</strong> (<a href="https://www.sqlite.org/" target="_blank">https://www.sqlite.org/</a>)<br />
|
232 |
|
|
<?=gettext("Public Domain"); ?>
|
233 |
|
|
</li>
|
234 |
891c53b0
|
Chris Buechler
|
<li class="list-group-item">
|
235 |
|
|
<strong>Unbound</strong> (<a href="https://www.unbound.net/" target="_blank">https://www.unbound.net/</a>)<br />
|
236 |
|
|
<?=gettext("Copyright"); ?> © 2007 NLnet Labs
|
237 |
|
|
</li>
|
238 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
239 |
|
|
<strong>xinetd</strong> (<a href="http://www.xinetd.org/" target="_blank">http://www.xinetd.org/</a>)<br />
|
240 |
|
|
<?=gettext("Copyright"); ?> © 1992-2016 Panagiotis Tsirigotis
|
241 |
|
|
</li>
|
242 |
d32b7a21
|
k-paulius
|
</ul>
|
243 |
e568873f
|
sbeaver
|
</div>
|
244 |
|
|
</div>
|
245 |
5b237745
|
Scott Ullrich
|
|
246 |
c10cb196
|
Stephen Beaver
|
<?php include("foot.inc");
|