Fix error 404 on categories.php as it is now admin_categories.php

This commit is contained in:
Marcus Hill
2024-02-23 20:52:34 +00:00
parent 603d677dfd
commit 4b730147c0
14 changed files with 17 additions and 17 deletions

View File

@@ -56,7 +56,7 @@
?>
</select>
<div class="input-group-append">
<a class="btn btn-secondary" href="categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
<a class="btn btn-secondary" href="admin_categories.php?category=Income" target="_blank"><i class="fas fa-fw fa-plus"></i></a>
</div>
</div>
</div>
@@ -89,4 +89,4 @@
</form>
</div>
</div>
</div>
</div>