I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0d4f597a authored by zzz's avatar zzz
Browse files

SusiDNS: Fix subscription edit page, thx bubbles

parent 775047fb
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ import net.i2p.util.SecureFileOutputStream; ...@@ -41,7 +41,7 @@ import net.i2p.util.SecureFileOutputStream;
public class SubscriptionsBean extends BaseBean public class SubscriptionsBean extends BaseBean
{ {
private String fileName, content; private String fileName, content;
private static final String SUBS_FILE = "config.txt"; private static final String SUBS_FILE = "subscriptions.txt";
public String getFileName() public String getFileName()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment