fixed #78
This commit is contained in:
parent
7665ac5734
commit
0de3cd7a7e
@ -208,7 +208,7 @@ public class Transaction {
|
|||||||
return true; // 2-letter hostmaster
|
return true; // 2-letter hostmaster
|
||||||
}
|
}
|
||||||
String hostmasterAccountPrefix = Config.getInstance().getProperty("accountprefix.hostmaster", "hsh01") + "-";
|
String hostmasterAccountPrefix = Config.getInstance().getProperty("accountprefix.hostmaster", "hsh01") + "-";
|
||||||
if (ticketUser != null && ticketUser.startsWith(hostmasterAccountPrefix) && ticketUser.length() == 8) {
|
if (ticketUser != null && ticketUser.startsWith(hostmasterAccountPrefix) && ticketUser.length() == 9) {
|
||||||
return true; // hsh01 hostmaster
|
return true; // hsh01 hostmaster
|
||||||
}
|
}
|
||||||
if (ticketUser != null && ticketUser.length() == 5) {
|
if (ticketUser != null && ticketUser.length() == 5) {
|
||||||
|
Loading…
Reference in New Issue
Block a user