Unbork upload.php. Form was directing to user.php now fixed to point to upload.php.

This commit is contained in:
Retro_Guy 2024-04-17 05:28:16 -07:00
parent 78de57a360
commit 63a5456111
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ if (isset($_FILES['photo'])) {
} }
echo '<table border="0" align="center" cellpadding="0" cellspacing="1">'; echo '<table border="0" align="center" cellpadding="0" cellspacing="1">';
echo '<form name="form1" method="post" action="user.php" enctype="multipart/form-data">'; //echo '<form name="form1" method="post" action="user.php" enctype="multipart/form-data">';
// echo '<form name="form1" method="post" action="upload.php" enctype="multipart/form-data">'; echo '<form name="form1" method="post" action="upload.php" enctype="multipart/form-data">';
if (! isset($_POST['username'])) { if (! isset($_POST['username'])) {
$_POST['username'] = ''; $_POST['username'] = '';