diff --git a/action.php b/action.php
index e3e91fa..9ce123a 100644
--- a/action.php
+++ b/action.php
@@ -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 "
";
while($row = $result->fetch_assoc())
diff --git a/inventorylist.php b/inventorylist.php
index 9f9d47d..8c1311e 100644
--- a/inventorylist.php
+++ b/inventorylist.php
@@ -22,7 +22,7 @@