mirror of
https://github.com/beestat/app.git
synced 2026-05-13 10:52:29 -04:00
Subdomains!
beestat.io, app.beestat.io, api.beestat.io, demo.beestat.io They all now work and the cookies should behave better. Fixes #134 among other things.
This commit is contained in:
@@ -18,6 +18,6 @@ if(isset($_GET['code']) === true) {
|
||||
|
||||
$setting = cora\setting::get_instance();
|
||||
|
||||
header('Location: ' . $setting->get('beestat_root_uri') . 'api/index.php?resource=patreon&method=initialize&arguments=' . json_encode($arguments) . '&api_key=' . $setting->get('patreon_api_key_local'));
|
||||
header('Location: ' . $setting->get('beestat_root_uri') . 'api/?resource=patreon&method=initialize&arguments=' . json_encode($arguments) . '&api_key=' . $setting->get('patreon_api_key_local'));
|
||||
|
||||
die();
|
||||
|
||||
Reference in New Issue
Block a user