finished final project
Deploy CSIS 2440 / deploy (push) Canceled after 0s

This commit is contained in:
2025-05-05 21:53:39 -06:00
parent 5cd4571a92
commit 3f844e4e06
32 changed files with 1087 additions and 219 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
<?php
if (!isset($_GET['id']))
header('Location: catalog.php');
header('Location: catalog.php');
require_once 'functions/init.php';
require_once 'functions/catalog.php';
// UI Components
foreach (glob('components/products/*.php') as $file)
require_once $file;
require_once $file;
require_once 'components/user/login.php';