Skip to content

Commit

Permalink
update wwbn plugin iframe link
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 1, 2020
1 parent d3199db commit 4aa70f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/WWBN/page/wwbn_signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
include $global['systemRootPath'] . 'view/include/navbar.php';
?>
<div class="container-fluid">
<iframe src="https://dev4.wwbn.com/platform/?section=signup&webSiteRootURL=<?php echo urlencode($global['webSiteRootURL']); ?>" style="width: 100%; height: calc(100vh - 60px);" frameBorder="0"></iframe>
<iframe src="https://beta.wwbn.com/platform/?section=signup&webSiteRootURL=<?php echo urlencode($global['webSiteRootURL']); ?>" style="width: 100%; height: calc(100vh - 60px);" frameBorder="0"></iframe>
</div>
<?php
include $global['systemRootPath'] . 'view/include/footer.php';
Expand Down

0 comments on commit 4aa70f3

Please sign in to comment.