summaryrefslogtreecommitdiff
path: root/pages/api/ponytown.php
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-03-15 22:40:55 +0100
committerRaindropsSys <contact@minteck.org>2023-03-15 22:40:55 +0100
commit940defd2939f52480ed5b548189b549457944995 (patch)
tree7ca52eca3c3fcafe507dc24b4e2812ab785acc29 /pages/api/ponytown.php
parenteb89b15c0f044673c1206a418a21d0baba1a675e (diff)
downloadpluralconnect-940defd2939f52480ed5b548189b549457944995.tar.gz
pluralconnect-940defd2939f52480ed5b548189b549457944995.tar.bz2
pluralconnect-940defd2939f52480ed5b548189b549457944995.zip
Updated 14 files (automated)
Diffstat (limited to 'pages/api/ponytown.php')
-rw-r--r--pages/api/ponytown.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/api/ponytown.php b/pages/api/ponytown.php
index e75ea33..99d755c 100644
--- a/pages/api/ponytown.php
+++ b/pages/api/ponytown.php
@@ -82,7 +82,7 @@ foreach ([1, 2] as $_) {
$errors[] = "0x{$_}000002B: Image #" . $_ . " is higher than it should, are you sure you set zoom to 1x? Maybe you inverted the files?";
}
- if ($_ === 2 && $size[0] > 35) {
+ if ($_ === 2 && $size[0] > 40) {
$errors[] = "0x{$_}000002A: Image #" . $_ . " is wider than it should, are you sure you set zoom to 1x? Maybe you inverted the files?";
}