Change Session plugin to keep track of the current session
[WebThing.git] / plugins / DefaultPage.cs
index 5ec5bdd..3e99bb1 100644 (file)
@@ -11,8 +11,6 @@ public class DefaultPage : WebThingPlugin {
             string[] pages = Regex.Split(Config.Options["DefaultPage"], @"\s+");
             foreach (string page in pages)
                 wt.OpenUriTab(page);
-        } else {
-            wt.OpenUriTab("http://dominionofawesome.com/");
         }
     }
 }