Skip to content

Commit 36d7162

Browse files
Update upload.php
1 parent 0400cab commit 36d7162

File tree

1 file changed

+2
-2
lines changed
  • localhosting-database-at-phpMyAdmin-master/api

1 file changed

+2
-2
lines changed

localhosting-database-at-phpMyAdmin-master/api/upload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565

6666

67-
<form class="form" action="index.html" method="post" enctype="multipart/form-data">
67+
<form class="form" action="upload.php" method="post" enctype="multipart/form-data">
6868
<h1 class="text">Project Uploader</h1>
6969
<input type="hidden" name="size" value="1000000">
7070
<div class="box">
@@ -110,4 +110,4 @@
110110

111111
</body>
112112

113-
</html>
113+
</html>

0 commit comments

Comments
 (0)