summaryrefslogtreecommitdiff
path: root/plus/subscribe/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'plus/subscribe/index.php')
-rw-r--r--plus/subscribe/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/plus/subscribe/index.php b/plus/subscribe/index.php
index afb8cb1..b72bc77 100644
--- a/plus/subscribe/index.php
+++ b/plus/subscribe/index.php
@@ -44,11 +44,11 @@ if (isset($_GET["plan"])) {
if ($_GET["plan"] === "delta") $planTarget = 0 and $planTargetName = "Delta Free" and $planTargetCost = 0;
if ($_GET["plan"] === "plus") $planTarget = 1 and $planTargetName = "Delta Plus" and $planTargetCost = $price;
- if ($_GET["plan"] === "ultra") $planTarget = 2 and $planTargetName = "Delta Ultra" and $planTargetCost = $price * 1.75;
+ if ($_GET["plan"] === "ultra") $planTarget = 2 and $planTargetName = "Delta Ultra" and $planTargetCost = $price * 1.5;
- if ($currentPlan === 0 && $planTarget === 1) $updateCost = 3;
- if ($currentPlan === 0 && $planTarget === 2) $updateCost = 7;
- if ($currentPlan === 1 && $planTarget === 2) $updateCost = 3;
+ if ($currentPlan === 0 && $planTarget === 1) $updateCost = 4;
+ if ($currentPlan === 0 && $planTarget === 2) $updateCost = 6;
+ if ($currentPlan === 1 && $planTarget === 2) $updateCost = 4;
$updatePossible = $_PROFILE["balance"] === -1 || $_PROFILE["balance"] - $updateCost >= 0;
}
@@ -245,7 +245,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php";
<a href="/plus/subscribe/?plan=ultra" class="btn btn-primary"><?= l("lang_plus_subscribe_up") ?></a><br>
<?php endif; ?>
- <div style="margin-top: 10px;" class="small text-muted"><?= $price * 1.75 ?> <?= l("lang_plus_subscribe_coin") ?> · <?= str_replace("%1", coinsToEur($price * 1.75), l("lang_plus_subscribe_monthly")) ?></div>
+ <div style="margin-top: 10px;" class="small text-muted"><?= $price * 1.5 ?> <?= l("lang_plus_subscribe_coin") ?> · <?= str_replace("%1", coinsToEur($price * 1.5), l("lang_plus_subscribe_monthly")) ?></div>
</div>
</div>
</div>
@@ -257,4 +257,4 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php";
<br><br>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> \ No newline at end of file
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>