Files
erp_naurua/public/otc/index.php
T

9 lines
252 B
PHP

<?php
declare(strict_types=1);
// The current OTC workflow is the authenticated, data-driven form on the ERP
// start page. The former standalone page had hard-coded products and an
// incompatible API payload.
header('Location: /', true, 302);
exit;