Skip to content

Commit

Permalink
rename files ref(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaiLuthra1 committed Nov 9, 2020
1 parent c3c7a24 commit b4f4638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if ($result->num_rows > 0)
{
// output data of each row
header('Location: ./Inventorylist.php');
header('Location: ./inventorylist.php');
echo "WELCOME";
echo "<br>";
while($row = $result->fetch_assoc())
Expand Down
2 changes: 1 addition & 1 deletion inventorylist.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1>Inventory List</h1>
</div>

<form action='./Cart.php' method='post'>
<form action='./cart.php' method='post'>

<table>
<colgroup>
Expand Down

0 comments on commit b4f4638

Please sign in to comment.