diff --git a/.phpenv b/.phpenv index 617bc5c..d31ebf8 100644 --- a/.phpenv +++ b/.phpenv @@ -138,11 +138,17 @@ */ $REPOSITORY_CANONICAL_URL_FILES="$REPOSITORY_CANONICAL_URL/src/branch/main"; + /** + * @var string $SITE_CANONICAL_URL + * The base URL for this project's website. + */ + $SITE_CANONICAL_URL="https://sessioncommunities.online"; + /** * @var string $API_CANONICAL_URL * The base URL for the listing provider API. */ - $API_CANONICAL_URL="https://lp.sessioncommunities.online/"; + $API_CANONICAL_URL="https://lp.sessioncommunities.online"; set_include_path(implode(PATH_SEPARATOR, array( get_include_path(), diff --git a/sites/donate.php b/sites/donate.php index 2418f52..fc8a727 100644 --- a/sites/donate.php +++ b/sites/donate.php @@ -1,4 +1,6 @@ - +