diff --git a/enrol/authorize/config_form.php b/enrol/authorize/config_form.php
index 252d6d1121a..22912274fef 100755
--- a/enrol/authorize/config_form.php
+++ b/enrol/authorize/config_form.php
@@ -69,18 +69,6 @@ if (!isset($frm->acceptechecktypes)) {
-wwwroot, 0, 5) !== 'https') { /* https && loginhttps */ ?>
-
- loginhttps: |
- loginhttps) ? "off" : "on");
- $a->url = "$CFG->wwwroot/$CFG->admin/settings.php?section=httpsecurity";
- echo ' '; print_string("logindesc", "enrol_authorize", $a);
- ?>
- |
-
-
-
|
@@ -130,7 +118,7 @@ if (!isset($frm->acceptechecktypes)) {
an_authcode: |
an_authcode)) ?>
-
+
|
@@ -148,7 +136,7 @@ if (!isset($frm->acceptechecktypes)) {
foreach ($allpaymentmethods as $key) {
if ($key == AN_METHOD_CC) {
print_checkbox('acceptmethods[]', AN_METHOD_CC, in_array(AN_METHOD_CC, $paymentmethodsenabled), get_string('method'.AN_METHOD_CC,'enrol_authorize'));
- echo(""); // blockquote breaks and
tags
+ echo(""); // blockquote breaks and
tags
$acceptedccs = array_keys(get_list_of_creditcards());
$allccs = get_list_of_creditcards(true);
foreach ($allccs as $key => $val) {
@@ -160,7 +148,7 @@ if (!isset($frm->acceptechecktypes)) {
}
elseif ($key == AN_METHOD_ECHECK) {
print_checkbox('acceptmethods[]', AN_METHOD_ECHECK, in_array(AN_METHOD_ECHECK, $paymentmethodsenabled), get_string('method'.AN_METHOD_ECHECK,'enrol_authorize'));
- echo(""); // blockquote breaks and
tags
+ echo(""); // blockquote breaks and
tags
$echecktypesenabled = get_list_of_bank_account_types();
$allechecktypes = get_list_of_bank_account_types(true);
foreach ($allechecktypes as $key) {
@@ -175,7 +163,7 @@ if (!isset($frm->acceptechecktypes)) {
-
+
|