diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-12-02 04:10:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-12-02 04:10:27 +0000 |
commit | 12147ccb6dbbbeded3c2e648218f5fc4755c0ec9 (patch) | |
tree | 332834469cf85e77cdfb4ae57a1287fcbdfe0e0e /usr | |
parent | 54ec1eaed22f6556133ba9f03f744963e94b7ebc (diff) | |
download | pfsense-12147ccb6dbbbeded3c2e648218f5fc4755c0ec9.zip pfsense-12147ccb6dbbbeded3c2e648218f5fc4755c0ec9.tar.gz |
/webConfigurator/Dashboard/
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index a448039..8d3290b 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -394,7 +394,7 @@ EOD; $closehead = false; ## Set Page Title and Include Header -$pgtitle = array("pfSense webConfigurator"); +$pgtitle = array("pfSense Dashboard"); include("head.inc"); |