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