shlink/public/index.php

7 lines
88 B
PHP
Raw Normal View History

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