<?php

$_SERVER['DOCUMENT_ROOT'] = __DIR__;

require_once __DIR__ . "/../lib/Bootstrap.php";

\SmsManager\Classes\Application::run();