From 6825aaff555516b8dc3e8c412bb79f63d5a51c84 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Aug 2019 08:03:20 +0300 Subject: [PATCH] update SSL certificate wiki link --- classes/pref/prefs.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index cb19998ce..e7e7a365e 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -224,7 +224,7 @@ class Pref_Prefs extends Handler_Protected { $_SESSION["prefs_op_result"] = ""; print "
"; - print "
person ".__('Personal data / Authentication')."\">"; print "
"; @@ -373,7 +373,7 @@ class Pref_Prefs extends Handler_Protected { evt.preventDefault(); if (this.validate()) { Notify.progress('Disabling OTP', true); - + new Ajax.Request('backend.php', { parameters: dojo.objectToQuery(this.getValues()), onComplete: function(transport) { @@ -469,7 +469,7 @@ class Pref_Prefs extends Handler_Protected { print "
"; #pane - print "
settings ".__('Preferences')."\">"; print "
"; @@ -678,8 +678,8 @@ class Pref_Prefs extends Handler_Protected { onclick=\"dijit.byId('SSL_CERT_SERIAL').attr('value', '')\">" . __('Clear') . ""; - print ""; } else if ($pref_name == 'DIGEST_PREFERRED_TIME') { @@ -741,7 +741,7 @@ class Pref_Prefs extends Handler_Protected { print "
"; #pane - print "
extension ".__('Plugins')."\">"; print ""; @@ -801,7 +801,7 @@ class Pref_Prefs extends Handler_Protected { ".htmlspecialchars($about[1]). ""; if (@$about[4]) { - print ""; } @@ -840,7 +840,7 @@ class Pref_Prefs extends Handler_Protected { if (count($tmppluginhost->get_all($plugin)) > 0) { if (in_array($name, $system_enabled) || in_array($name, $user_enabled)) { - print " "; }