. */ declare(strict_types=1); // Redirect legacy URLs to the new router. $_GET['xref'] = $_GET['pid'] ?? ''; $_GET['route'] = 'individual'; require __DIR__ . '/index.php';