Bugfix AcceptInvite

This commit is contained in:
2020-08-09 14:23:36 +02:00
parent c2e9d6c149
commit 9730c97683
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
define("WEBBASE_VERSION", "1.0.3");
define("WEBBASE_VERSION", "1.0.4");
function getProtocol() {
return (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) ? "https" : "http";