<?php

define('SITE_PATH', __DIR__ . '/');

$ftRootDir = getenv('FT_ROOT') ?? '/opt/ft';
require $ftRootDir . '/app/site/index.php';
