1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Merge branch '0.6' of github.com:appwrite/appwrite into functions

This commit is contained in:
Eldad Fux 2020-05-16 14:44:17 +03:00
commit 0e7fe70e89
2 changed files with 4 additions and 4 deletions

View file

@ -30,8 +30,8 @@ use GeoIp2\Database\Reader;
include_once __DIR__ . '/../shared/api.php';
$oauthDefaultSuccess = Config::getParam('protocol').'://'.Config::getParam('domain').'/auth/oauth2/success';
$oauthDefaultFailure = Config::getParam('protocol').'://'.Config::getParam('domain').'/auth/oauth2/failure';
$oauthDefaultSuccess = Config::getParam('protocol').'://'.$request->getServer('_APP_HOME').'/auth/oauth2/success';
$oauthDefaultFailure = Config::getParam('protocol').'://'.$request->getServer('_APP_HOME').'/auth/oauth2/failure';
$oauth2Keys = [];

View file

@ -132,10 +132,10 @@ $graph = $this->getParam('graph', false);
<img src="" data-ls-attrs="src=/images/clients/android.png?v=<?php echo APP_CACHE_BUSTER; ?>" class="avatar xs" loading="lazy" width="30" height="30" />
</div>
</div>
<span data-ls-bind="{{platform.name}}"></span> &nbsp; <small data-ls-bind="{{platform.hostname}}{{platform.key}}"></small>
<span data-ls-bind="{{platform.name}}"></span>
</div>
<p class="margin-bottom-no" style="margin-top: 10px;"><a href="">Get Started</a></p>
<p class="margin-bottom-no" style="margin-top: 10px;"><small data-ls-bind="{{platform.hostname}}{{platform.key}}"></small></p>
<div class="phones-only-inline tablets-only-inline margin-top-tiny">
<button class="link" data-ls-ui-trigger="platform-update-{{platform.$id}}">Update</button>