<?php
/**
 * misomall — entry proxy. Delegates to /public/index.php so that either
 * the project root or the /public directory can be set as DocumentRoot.
 */
require __DIR__ . '/public/index.php';
