Fix
This commit is contained in:
parent
3e846a69a0
commit
ff02a52a6a
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
window.return_url = <?php print json_encode((empty($_SERVER['HTTPS']) ? 'http' : 'https') . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); ?>
|
||||
window.return_url = <?php print json_encode((empty($_SERVER['HTTPS']) ? 'http' : 'https') . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); ?>;
|
||||
|
||||
<?php
|
||||
$gh = \b8\Registry::getInstance()->get('github_app', null);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue