diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-11-13 19:38:39 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-11-13 19:38:46 -0500 |
commit | ac50365306ce7b3d552bb4d8295cae789aab98ca (patch) | |
tree | c814b3b984019d7c271452c1f64080f694c43829 | |
parent | bddc88183aa575420b6c16f8c73c3df7dc251895 (diff) | |
download | pfsense-ac50365306ce7b3d552bb4d8295cae789aab98ca.zip pfsense-ac50365306ce7b3d552bb4d8295cae789aab98ca.tar.gz |
Open link in new tab/window
-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 8d00cd2..2bdf7e2 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 href='http://en.wikipedia.org/wiki/HTTP_referrer'>Wikipedia</a>."); ?> + "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>."); ?> </td> </tr> <tr> |