aboutsummaryrefslogtreecommitdiff
path: root/jetbrains/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-05-12 15:22:13 +0200
committerMinteck <contact@minteck.org>2022-05-12 15:22:13 +0200
commit0e2c894c25ffdf9e5c4baa2c4cb2c68d5fe30ea2 (patch)
tree9eef70f6ef1f9d93106826080992460ee62028e3 /jetbrains/index.php
parent3c65754a5e6851d1ec08f60f13ee27846f1f32e5 (diff)
downloadember-0e2c894c25ffdf9e5c4baa2c4cb2c68d5fe30ea2.tar.gz
ember-0e2c894c25ffdf9e5c4baa2c4cb2c68d5fe30ea2.tar.bz2
ember-0e2c894c25ffdf9e5c4baa2c4cb2c68d5fe30ea2.zip
Fix bug with JetBrains counter
Diffstat (limited to 'jetbrains/index.php')
-rw-r--r--jetbrains/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetbrains/index.php b/jetbrains/index.php
index 23b3f8e..04aa807 100644
--- a/jetbrains/index.php
+++ b/jetbrains/index.php
@@ -81,7 +81,7 @@
</div>
</div>
<br>
- <p class="text-black">JetBrains has been giving me free licenses to help me develop my open-source projects for <b class="text-black"><?= (int)date('m') > 4 ? (int)date('Y') - 2020 : (int)date('Y') - 2021 ?> year<?= ((int)date('m') > 4 ? (int)date('Y') - 2020 : (int)date('Y') - 2021) > 1 ? "s" : "" ?></b>, huge thanks to them for supporting me!</p>
+ <p class="text-black">JetBrains has been giving me free licenses to help me develop my open-source projects for <b class="text-black"><?= (int)date('m') > 4 ? (int)date('Y') - 2020 : (int)date('Y') - 2021 ?> year<?= ((int)date('m') > 4 ? (int)date('Y') - 2019 : (int)date('Y') - 2020) > 1 ? "s" : "" ?></b>, huge thanks to them for supporting me!</p>
<br>
</div>
</div>