Fix debugging URL

This commit is contained in:
Jade Levesque 2018-02-03 23:15:28 -06:00
parent 8a5129bb87
commit baa8842cef

View File

@ -1,7 +1,7 @@
<?php include("header.html");?>
<main class="text-center" style="margin-top: 30px">
<form action="beamgit.php" method="post" enctype="multipart/form-data">
<form action="beam.php" method="post" enctype="multipart/form-data">
<p>
<input type="text" placeholder="Filename (Blank for uploaded name)"
name="desired_filename" id="desired_filename" style="width: 400px;">