This website requires JavaScript.
Explore
Help
Sign In
OilfieldToolsNet
/
shlink
Watch
4
Star
0
Fork
0
You've already forked shlink
mirror of
https://github.com/shlinkio/shlink.git
synced
2024-11-22 08:56:42 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7280b48cdc
shlink
/
public
/
index.php
7 lines
88 B
PHP
Raw
Normal View
History
Unescape
Escape
First commit
2016-04-10 02:38:07 -05:00
<
?
php
Updated to coding styles v2
2019-10-05 10:26:10 -05:00
Migrated templates to plates
2017-10-12 03:03:14 -05:00
declare
(
strict_types
=
1
);
Moved common bootstrapping code to run.php script
2019-12-27 07:02:43 -06:00
$run
=
require
__DIR__
.
'/../config/run.php'
;
$run
();
Reference in New Issue
Copy Permalink