diff options
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index eef6cff..e278f12 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -1,21 +1,23 @@ <?php /* globals.inc - part of m0n0wall (http://m0n0.ch/wall) - + part of pfSense (www.pfsense.com) + Copyright (C) 2004 Scott Ullrich + + Originally Part of m0n0wall Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>. 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 @@ -43,10 +45,11 @@ $g = array( "www_path" => "/usr/local/www", "captiveportal_path" => "/usr/local/captiveportal", "xml_rootobj" => "m0n0wall", + "xml_pkg_rootobj" => "pfSense_pkgs", "pppoe_interface" => "ng0", "n_pptp_units" => 16, "pptp_subnet" => 28, - "debug" => false, + "debug" => true, "latest_config" => "1.4", "nopccard_platforms" => array("wrap", "net48xx") ); |