Goddamnit
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
require __DIR__ . '/../incl/util.php';
|
require __DIR__ . '/../incl/util.php';
|
||||||
setPlainHeader();
|
setPlainHeader();
|
||||||
// if (isAllowedDatabaseVersion(getClientVersion())) {
|
if (isAllowedDatabaseVersion(getClientVersion())) {
|
||||||
// if (getClientVersion() == "1.5.1" || getClientVersion() == "1.5.2") {
|
if (getClientVersion() == "1.5.1" || getClientVersion() == "1.5.2") {
|
||||||
require __DIR__ . '/backported/1.5.1/getChatroomMessages.php';
|
require __DIR__ . '/backported/1.5.1/getChatroomMessages.php';
|
||||||
exit;
|
exit;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
checkClientDatabaseVersion();
|
checkClientDatabaseVersion();
|
||||||
$conn = newConnection();
|
$conn = newConnection();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user