sync
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
require_once 'functions/init.php';
|
||||
|
||||
if (!isset($_SESSION['id']))
|
||||
header('Location: catalog.php');
|
||||
|
||||
// UI Components
|
||||
foreach (glob('components/cart/*.php') as $file)
|
||||
require_once $file;
|
||||
|
||||
require_once 'components/head.php';
|
||||
|
||||
require_once 'components/foot.php';
|
||||
|
||||
Reference in New Issue
Block a user