diff options
author | Chris Buechler <cmb@pfsense.org> | 2010-12-29 18:33:34 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2010-12-29 18:33:34 -0500 |
commit | e8f4a58f0fa38508a6e09eb96d27978653a48547 (patch) | |
tree | 181bacf6d8fc9899e9852cfe12f5c339ee8dbc1c /usr/local/www | |
parent | 7385a6b4beefb0806b2e21e7f2f0144f3f49bb19 (diff) | |
download | pfsense-e8f4a58f0fa38508a6e09eb96d27978653a48547.zip pfsense-e8f4a58f0fa38508a6e09eb96d27978653a48547.tar.gz |
make rebrand friendly
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/system_advanced_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php index 2bdf7e2..a13d153 100644 --- a/usr/local/www/system_advanced_admin.php +++ b/usr/local/www/system_advanced_admin.php @@ -374,7 +374,7 @@ function prot_change() { <?php echo gettext("When this is unchecked, access to the webConfigurator " . "is protected against HTTP_REFERER redirection attempts. " . "Check this box to disable this protection if you find that it interferes with " . - "webConfigurator access in certain corner cases such as using 3rd party scripts to interact with pfSense. More information on HTTP_REFERER is available from <a target='_new' href='http://en.wikipedia.org/wiki/HTTP_referrer'>Wikipedia</a>."); ?> + "webConfigurator access in certain corner cases such as using external scripts to interact with this system. More information on HTTP_REFERER is available from <a target='_new' href='http://en.wikipedia.org/wiki/HTTP_referrer'>Wikipedia</a>."); ?> </td> </tr> <tr> |