# HG changeset patch # User Pascal Bellard # Date 1477057014 -7200 # Node ID 8c71bd3c7080a8606c39e0dac1584f5286aa0d66 # Parent 75f2bc86c03f1a8062e6223268ceb0fd695cc7fe ppp.cgi: anti phishing attack trick diff -r 75f2bc86c03f -r 8c71bd3c7080 ajaxterm/stuff/usr/share/ajaxterm/ajaxterm.js --- a/ajaxterm/stuff/usr/share/ajaxterm/ajaxterm.js Fri Oct 21 16:09:15 2016 +0300 +++ b/ajaxterm/stuff/usr/share/ajaxterm/ajaxterm.js Fri Oct 21 15:36:54 2016 +0200 @@ -58,7 +58,7 @@ try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); } catch (err) { - debug('Access denied, more info'); + debug('Access denied, more info'); return undefined; } var clip = Components.classes["@mozilla.org/widget/clipboard;1"].createInstance(Components.interfaces.nsIClipboard); diff -r 75f2bc86c03f -r 8c71bd3c7080 ppp/stuff/ppp.cgi --- a/ppp/stuff/ppp.cgi Fri Oct 21 16:09:15 2016 +0300 +++ b/ppp/stuff/ppp.cgi Fri Oct 21 15:36:54 2016 +0200 @@ -126,21 +126,21 @@
$(_ 'Documentation')
- $(_ 'PPP web page')

- $(_ 'PPP help')

- $(_ 'PPP Manual')

+ $(_ 'PPP web page')

+ $(_ 'PPP help')

+ $(_ 'PPP Manual')

EOT [ "$(which pptp 2>/dev/null)" ] && cat <$(_n 'PPTP web page')

- $(_ 'PPTP Help')

+ $(_n 'PPTP web page')

+ $(_ 'PPTP Help')

EOT [ "$(which pptpd 2>/dev/null)" ] && cat <$(_n 'PPTPD web page')

- $(_ 'PPTPD Help')

+ $(_n 'PPTPD web page')

+ $(_ 'PPTPD Help')

EOT [ "$(which pppssh 2>/dev/null)" ] && cat <$(_n 'VPN Wiki')

- $(_ 'SSH Help')

+ $(_n 'VPN Wiki')

+ $(_ 'SSH Help')

EOT cat << EOT