Commit 909f2b13 authored by Franco Fichtner's avatar Franco Fichtner

config: style issues

parent 661445dd
...@@ -35,16 +35,16 @@ register_shutdown_function('closelog'); ...@@ -35,16 +35,16 @@ register_shutdown_function('closelog');
global $g; /* XXX make this a getter function for traceability */ global $g; /* XXX make this a getter function for traceability */
$g = array( $g = array(
"factory_shipped_username" => "root", 'factory_shipped_username' => 'root',
"factory_shipped_password" => "opnsense", 'factory_shipped_password' => 'opnsense',
"dhcpd_chroot_path" => "/var/dhcpd", 'dhcpd_chroot_path' => '/var/dhcpd',
"unbound_chroot_path" => "/var/unbound", 'unbound_chroot_path' => '/var/unbound',
"product_name" => "OPNsense", 'product_name' => 'OPNsense',
"product_website" => "https://opnsense.org/", 'product_website' => 'https://opnsense.org/',
"product_email" => "project@opnsense.org", 'product_email' => 'project@opnsense.org',
"product_copyright_owner" => "Deciso B.V.", 'product_copyright_owner' => 'Deciso B.V.',
"product_copyright_years" => "2014-2016", 'product_copyright_years' => '2014-2016',
"product_copyright_url" => "https://www.deciso.com/", 'product_copyright_url' => 'https://www.deciso.com/',
); );
require_once("xmlparse.inc"); require_once("xmlparse.inc");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment