This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
shlink
Watch
1
Star
0
Fork
You've already forked shlink
0
mirror of
https://github.com/shlinkio/shlink.git
synced
2024-11-24 13:49:03 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d3a4ed607c
shlink
/
public
/
index.php
7 lines
88 B
PHP
Raw
Normal View
History
Unescape
Escape
First commit
2016-04-10 10:38:07 +03:00
<
?
php
Updated to coding styles v2
2019-10-05 18:26:10 +03:00
Migrated templates to plates
2017-10-12 11:03:14 +03:00
declare
(
strict_types
=
1
);
Moved common bootstrapping code to run.php script
2019-12-27 16:02:43 +03:00
$run
=
require
__DIR__
.
'/../config/run.php'
;
$run
();
Reference in a new issue
Copy permalink