Commit 5700e210 authored by Franco Fichtner's avatar Franco Fichtner

pptp: can now print more dramatic messages

parent 32b572c9
...@@ -307,14 +307,15 @@ function enable_change(enable_over) { ...@@ -307,14 +307,15 @@ function enable_change(enable_over) {
<?php if (isset($savemsg)) { <?php if (isset($savemsg)) {
print_info_box($savemsg); print_info_box($savemsg);
} ?> } ?>
<?php print_info_box( <?php print_alert_box(
gettext( gettext(
'PPTP is not considered a secure VPN technology, because it relies upon ' . 'PPTP is not considered a secure VPN technology, because it relies upon ' .
'the compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware ' . 'the compromised MS-CHAPv2 protocol. If you choose to use PPTP, be aware ' .
'that your traffic can be decrypted by virtually any third party. ' . 'that your traffic can be decrypted by virtually any third party. ' .
'It should be considered an unencrypted tunneling protocol.' 'It should be considered an unencrypted tunneling protocol.'
) . ' <a href="https://isc.sans.edu/diary/End+of+Days+for+MS-CHAPv2/13807">' . ) . ' <a href="https://isc.sans.edu/diary/End+of+Days+for+MS-CHAPv2/13807">' .
gettext('Read more') . '</a>.' gettext('Read more') . '</a>.',
'danger'
); ?> ); ?>
<section class="col-xs-12"> <section class="col-xs-12">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment