Goddamnit

This commit is contained in:
2025-09-12 08:41:45 -07:00
parent 4516cd4fae
commit fe6fbf1c07

View File

@@ -1,12 +1,12 @@
<?php
require __DIR__ . '/../incl/util.php';
setPlainHeader();
// if (isAllowedDatabaseVersion(getClientVersion())) {
// if (getClientVersion() == "1.5.1" || getClientVersion() == "1.5.2") {
if (isAllowedDatabaseVersion(getClientVersion())) {
if (getClientVersion() == "1.5.1" || getClientVersion() == "1.5.2") {
require __DIR__ . '/backported/1.5.1/getChatroomMessages.php';
exit;
// }
// }
}
}
checkClientDatabaseVersion();
$conn = newConnection();