5 lines
85 B
PHP
5 lines
85 B
PHP
<?php
|
|
// This is a placeholder for the products page.
|
|
header('Location: /');
|
|
exit();
|