1.3.x almost finished backport
This commit is contained in:
@@ -7,7 +7,8 @@ if (isAllowedDatabaseVersion(getClientVersion())) {
|
||||
getClientVersion() == "1.2" ||
|
||||
getClientVersion() == "1.21" ||
|
||||
getClientVersion() == "1.3-beta1" ||
|
||||
getClientVersion() == "1.3-beta2"
|
||||
getClientVersion() == "1.3-beta2" ||
|
||||
getClientVersion() == "1.3"
|
||||
) {
|
||||
require __DIR__ . '/backported/1.2-beta2/syncAccount.php';
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user