summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
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 /usr/local/www/pkg_mgr.php
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 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 93b80da..1287198 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -42,7 +42,7 @@ if($pkg_info) {
$savemsg = "Unable to retrieve package info from {$g['xmlrpcbaseurl']}. Cached data will be used.";
$pkg_info = unserialize(@file_get_contents("{$g['tmp_path']}/pkg_info.cache"));
} else {
- $savemsg = "Unable to communicate to pfSense.com. Please check DNS, default gateway, etc.";
+ $savemsg = "Unable to communicate to {$g['product_website']}. Please check DNS, default gateway, etc.";
}
}
@@ -165,7 +165,7 @@ include("fbegin.inc");
if($index['maintainer'] != "") {
echo "<a href='mailto:{$index['maintainer']}'>{$index['maintainer']}</a>";
} else {
- echo "Nobody. <a href='mailto:coreteam@pfsense.com'>Apply</a> for it!";
+ echo "Nobody. <a href='mailto:{$g['product_email']}'>Apply</a> for it!";
}
?>
</td>
OpenPOWER on IntegriCloud