<?php
// Product index controller - redirects to list
header("Location: dashboard.php?module=product&action=list");
exit;
?>