Modified the rather scary new messages printed here.

This commit is contained in:
moodler
2005-12-04 13:03:38 +00:00
parent 5a989ca47e
commit b444e02dc2
2 changed files with 4 additions and 8 deletions
+2 -4
View File
@@ -23,10 +23,8 @@ function authorize_upgrade($oldversion=0) {
}
if ($oldversion < 2005071602) {
notify("<b>AUTHORIZE.NET WARNING:</b><br />
login_https is required in version 2005071601 for security reasons. <br />
Your registered users can't pay for course if you don't setup this. <br />
Please don't forget to set up this in section Admin/Variables/Security.");
notify("If you are using the authorize.net enrolment plugin for credit card
handling, please ensure that you have turned loginhttps ON in Admin >> Variables >> Security.");
}
return $result;
+2 -4
View File
@@ -22,10 +22,8 @@ function authorize_upgrade($oldversion=0) {
}
if ($oldversion < 2005071602) {
notify("<b>AUTHORIZE.NET WARNING:</b><br />
login_https is required in version 2005071601 for security reasons. <br />
Your registered users can't pay for course if you don't setup this. <br />
Please don't forget to set up this in section Admin/Variables/Security.");
notify("If you are using the authorize.net enrolment plugin for credit card
handling, please ensure that you have turned loginhttps ON in Admin >> Variables >> Security.");
}
return $result;