summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-16 20:43:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-16 20:43:26 +0000
commit36d0358b568a0dde740ade770408bef2d8c3fa65 (patch)
tree4b8827c6708d12d3fee1a70d9a36b435b9c92624 /etc/inc/captiveportal.inc
parentb5e2cc9240a198a9b8fb4827fb262397275a881e (diff)
downloadpfsense-36d0358b568a0dde740ade770408bef2d8c3fa65.zip
pfsense-36d0358b568a0dde740ade770408bef2d8c3fa65.tar.gz
Add product_copyright re-branding support
Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 14271dc..93f90d9 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -90,12 +90,12 @@ function captiveportal_configure() {
$htmltext = <<<EOD
<html>
<head>
-<title>pfSense captive portal</title>
+<title>{$g['product_name']} captive portal</title>
</head>
<body>
<center>
-<h2>pfSense captive portal</h2>
-Welcome to the pfSense Captive Portal! This is the default page since a custom page has not been defined.
+<h2>{$g['product_name']} captive portal</h2>
+Welcome to the {$g['product_name']} Captive Portal! This is the default page since a custom page has not been defined.
<p>
<form method="post" action="\$PORTAL_ACTION\$">
<input name="redirurl" type="hidden" value="\$PORTAL_REDIRURL\$">
@@ -1074,7 +1074,7 @@ function getNasID()
$nasId = "";
exec("/bin/hostname", $nasId);
if(!$nasId[0])
- $nasId[0] = "pfSense";
+ $nasId[0] = "{$g['product_name']}";
return $nasId[0];
}
OpenPOWER on IntegriCloud