shlink/public/index.php

7 lines
88 B
PHP
Raw Normal View History

2016-04-10 10:38:07 +03:00
<?php
2019-10-05 18:26:10 +03:00
2017-10-12 11:03:14 +03:00
declare(strict_types=1);
$run = require __DIR__ . '/../config/run.php';
$run();