|
From: Benjamin C. <bc...@us...> - 2002-04-03 18:54:13
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv23687/templates/default
Modified Files:
newaccount.html
Log Message:
Cleanup
Index: newaccount.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/newaccount.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- newaccount.html 3 Apr 2002 00:57:51 -0000 1.3
+++ newaccount.html 3 Apr 2002 18:54:08 -0000 1.4
@@ -1,6 +1,6 @@
{include file="header.html" page_title="Create a New Account"}
<h2>Create a new account</h2>
-<form action="{me}" method="post">
+<form action="{$SCRIPT_NAME}" method="post">
<input type="hidden" name="createaccount" value="1">
<table border="0">
{if $error}
|