diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-12-16 20:43:26 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-12-16 20:43:26 +0000 |
commit | 36d0358b568a0dde740ade770408bef2d8c3fa65 (patch) | |
tree | 4b8827c6708d12d3fee1a70d9a36b435b9c92624 /usr/local/www/status.php | |
parent | b5e2cc9240a198a9b8fb4827fb262397275a881e (diff) | |
download | pfsense-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/status.php')
-rwxr-xr-x | usr/local/www/status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php index 0fc825e..7b2a3bb 100755 --- a/usr/local/www/status.php +++ b/usr/local/www/status.php @@ -162,7 +162,7 @@ defCmdT("vmstat -z","vmstat -z"); exec("/bin/date", $dateOutput, $dateStatus); $currentDate = $dateOutput[0]; -$pgtitle = array("pfSense","status"); +$pgtitle = array("{$g['product_name']}","status"); include("head.inc"); ?> |