summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.idea/discord.xml5
-rw-r--r--includes/jobs-handler.php6
-rw-r--r--version2
3 files changed, 9 insertions, 4 deletions
diff --git a/.idea/discord.xml b/.idea/discord.xml
index d8e9561..3aef922 100644
--- a/.idea/discord.xml
+++ b/.idea/discord.xml
@@ -3,5 +3,10 @@
<component name="DiscordProjectSettings">
<option name="show" value="PROJECT_FILES" />
<option name="description" value="" />
+ <option name="theme" value="material" />
+ <option name="button1Title" value="" />
+ <option name="button1Url" value="" />
+ <option name="button2Title" value="" />
+ <option name="button2Url" value="" />
</component>
</project> \ No newline at end of file
diff --git a/includes/jobs-handler.php b/includes/jobs-handler.php
index 75a31dd..9daa5a9 100644
--- a/includes/jobs-handler.php
+++ b/includes/jobs-handler.php
@@ -137,7 +137,7 @@ foreach ($list as $file) {
println(" Removed " . $removed . " session(s)");
- if ($data["plus"]) {
+ /*if ($data["plus"]) {
println(" Subscription renewal");
if (strtotime($data["renewal"]) - time() < 0) {
@@ -202,7 +202,7 @@ foreach ($list as $file) {
} else {
println(" Renewal due in " . (timeAgo($data["renewal"], false)));
}
- }
+ }*/
$alertsToSend = [];
@@ -291,4 +291,4 @@ foreach (array_filter(scandir($_SERVER['DOCUMENT_ROOT'] . "/uploads/"), function
}
}
-file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/codes.json", json_encode($codes, JSON_PRETTY_PRINT)); \ No newline at end of file
+file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/codes.json", json_encode($codes, JSON_PRETTY_PRINT));
diff --git a/version b/version
index af06dab..c7cb131 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-5.2.26 \ No newline at end of file
+5.3.1