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

Skip to content
Snippets Groups Projects
Commit 53e32c8e authored by dust's avatar dust Committed by zzz
Browse files

*** empty log message ***

parent 10dde610
No related branches found
No related tags found
No related merge requests found
...@@ -324,7 +324,7 @@ public class BlogManager { ...@@ -324,7 +324,7 @@ public class BlogManager {
} }
public boolean isConfigured() { public boolean isConfigured() {
String p = _context.getProperty("syndie.configurationCheck"); String p = _context.getProperty("syndie.singleUser");
if(p==null) if(p==null)
return false; return false;
return true; return true;
...@@ -456,8 +456,7 @@ public class BlogManager { ...@@ -456,8 +456,7 @@ public class BlogManager {
out.write("syndie.defaultProxyHost="+defaultProxyHost.trim() + "\n"); out.write("syndie.defaultProxyHost="+defaultProxyHost.trim() + "\n");
if (defaultProxyPort > 0) if (defaultProxyPort > 0)
out.write("syndie.defaultProxyPort="+defaultProxyPort + "\n"); out.write("syndie.defaultProxyPort="+defaultProxyPort + "\n");
out.write("syndie.singleUser=" + isSingleUser + "\n"); out.write("syndie.singleUser=" + isSingleUser + "\n"); // Used also in isConfigured()
out.write("syndie.configurationCheck=foo\n");
if (opts != null) { if (opts != null) {
for (Iterator iter = opts.keySet().iterator(); iter.hasNext(); ) { for (Iterator iter = opts.keySet().iterator(); iter.hasNext(); ) {
String key = (String)iter.next(); String key = (String)iter.next();
......
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