mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-21 16:57:11 +02:00
2.15b
Megacrypter reverse query support
This commit is contained in:
parent
3c1735d499
commit
8daec9c76a
@ -395,13 +395,17 @@ public final class SettingsDialog extends javax.swing.JDialog {
|
||||
|
||||
String megacrypter_reverse = DBTools.selectSettingValueFromDB("megacrypter_reverse");
|
||||
|
||||
String megacrypter_reverse_p = null;
|
||||
String megacrypter_reverse_p = String.valueOf(MainPanel.DEFAULT_MEGA_PROXY_PORT);
|
||||
|
||||
if (megacrypter_reverse != null) {
|
||||
|
||||
use_mc_reverse = megacrypter_reverse.equals("yes");
|
||||
|
||||
megacrypter_reverse_p = DBTools.selectSettingValueFromDB("megacrypter_reverse_port");
|
||||
|
||||
if(megacrypter_reverse_p != null) {
|
||||
|
||||
megacrypter_reverse_p = DBTools.selectSettingValueFromDB("megacrypter_reverse_port");
|
||||
}
|
||||
}
|
||||
|
||||
if (use_mc_reverse) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user