From: moodler Date: Fri, 25 Apr 2003 12:32:26 +0000 (+0000) Subject: Renamed signup_form.php to signup_form.html (this part of the code is really old) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5a9126f75aa8b0062aa1f482a35216aa533e0d97;p=moodle.git Renamed signup_form.php to signup_form.html (this part of the code is really old) --- diff --git a/login/signup.php b/login/signup.php index 16ecc068c0..58ba7472c0 100644 --- a/login/signup.php +++ b/login/signup.php @@ -63,7 +63,7 @@ print_header($newaccount, $newaccount, "$login -> $newaccount", $focus, "", true, "
$langmenu
"); - include("signup_form.php"); + include("signup_form.html"); print_footer(); diff --git a/login/signup_form.php b/login/signup_form.html similarity index 100% rename from login/signup_form.php rename to login/signup_form.html