shlink/public/index.php

7 lines
88 B
PHP
Raw Normal View History

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