Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
delefme-covid-tracability
/
backend
/
3b7e7c320023f522a35dcf26ac31fdd6ac82ba54
/
.
/
index.php
blob: 869a363e7a0a8da74cc34d730dea2958d7e7e69e [
file
] [
log
] [
blame
]
avm99963
3b7e7c3
2020-09-28 17:29:36 +0200
[
diff
] [
blame^
]
1
<?
php
2
require_once
(
__DIR__
.
'/core.php'
);
3
4
if
(
isset
(
$conf
[
'gitHubRepo'
]))
5
header
(
'Location: '
.
$conf
[
'gitHubRepo'
]);