From 5a9126f75aa8b0062aa1f482a35216aa533e0d97 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 25 Apr 2003 12:32:26 +0000 Subject: [PATCH] Renamed signup_form.php to signup_form.html (this part of the code is really old) --- login/signup.php | 2 +- login/{signup_form.php => signup_form.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename login/{signup_form.php => signup_form.html} (100%) 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 -- 2.39.5