on 12/21/00 1:45 PM, Brad Dameron at [EMAIL PROTECTED] wrote:
> On Thu, 21 Dec 2000, Brad Dameron wrote:

> Woops. I didn't include the complete new changes. My bad. Here they are:
> 
> line 19:
> $header = "<html>\n<body bgcolor=#e9e9e9>\n$message <p>\n";
> 
> line 39:
> 
> ?>
> <CENTER>
> <BR><BR><BR>
> <font size=2 face=Verdana>
> Change password for <B><? echo $username?><br></B>
> <form action=<? echo $PHP_SELF?> method=POST>
> <table border=0>
> <tr><td align=right><font size=2><B>New Password:</td><td
> align=left><input name=pass1 type=password></td></tr>
> <tr><td align=right><font size=2><B>Re-type Password:</td><td
> align=left><input name=pass2 type=password></td></tr>
> <tr><td></td><td align=left>
> </font>
> <input name=username type=hidden value="<? echo $username?>">
> <input name=SECRET_HTTP_REFERER type=hidden value="<? echo
> htmlspecialchars($HTTP_REFERER)?>">
> <BR>
> <input type=submit name=mode value="Change Password"></td></tr>
> </table>
> </CENTER>
> <?

Cool.  I was intending to make this file read in the html defaults from imp,
but didn't get around to doing it yet.  That way, you wouldn't need to edit
any of this manually, just in your config/html.php3 file.

I'm glad someone else found this useful.

-Bill Shupp

Reply via email to