Link to Listing Provider API

dev
gravel 2 years ago
parent 4e210745da
commit 26657fc438
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -23,6 +23,7 @@
$REPOSITORY_CANONICAL_URL="https://codeberg.org/gravel/sessioncommunities.online";
$REPOSITORY_MIRROR_URL="https://lokilocker.com/gravel/sessioncommunities.online";
$REPOSITORY_CANONICAL_URL_FILES="$REPOSITORY_CANONICAL_URL/src/branch/main";
$API_CANONICAL_URL="https://lp.sessioncommunities.online/";
set_include_path(implode(PATH_SEPARATOR, array(
get_include_path(),

@ -151,6 +151,11 @@
target="_blank"
title="sessioncommunities.online alternate repository."
>Source Code (Mirror)</a
><a
href="<?=$API_CANONICAL_URL?>"
target="_blank"
title="Visit the index page of our Session Listing Provider API."
>API</a
><a
href="<?=$REPOSITORY_CANONICAL_URL?>#contact-us"
target="_blank"

Loading…
Cancel
Save