diff --git a/enrol/authorize/config.html b/enrol/authorize/config_form.php similarity index 100% rename from enrol/authorize/config.html rename to enrol/authorize/config_form.php diff --git a/enrol/authorize/enrol.php b/enrol/authorize/enrol.php index 5a1ec3e18ba..3a4b9798ed5 100755 --- a/enrol/authorize/enrol.php +++ b/enrol/authorize/enrol.php @@ -78,7 +78,7 @@ class enrolment_plugin_authorize echo '
'; echo ''; } else { - include($CFG->dirroot.'/enrol/authorize/enrol.html'); + include($CFG->dirroot.'/enrol/authorize/enrol_form.php'); } print_simple_box_end(); @@ -448,7 +448,7 @@ class enrolment_plugin_authorize } } - include($CFG->dirroot.'/enrol/authorize/config.html'); + include($CFG->dirroot.'/enrol/authorize/config_form.php'); } diff --git a/enrol/authorize/enrol.html b/enrol/authorize/enrol_form.php similarity index 100% rename from enrol/authorize/enrol.html rename to enrol/authorize/enrol_form.php