submitted patch from Steve Gare
authornehresma <nehresma@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Jan 2000 20:10:17 +0000 (20:10 +0000)
committernehresma <nehresma@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Jan 2000 20:10:17 +0000 (20:10 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@181 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config.php
src/load_prefs.php

index 493e180bf1418748855fa4907776de5fb274e362..881c59f4a8d493e2eb1f41cb77c36e07996c51d4 100644 (file)
@@ -10,7 +10,7 @@
     $org_title = "SquirrelMail $version";
 
 //  The server that your imap server is on
-    $imapServerAddress = "localhost";
+    $imapServerAddress = "adam";
     $imapPort = 143;
 
 //  The domain where your email address is.
index 4478ec9a011a3307722618e02e1d2d60d75817a8..8c692813244bd6bd688010b55c5900ccb29cd37a 100644 (file)
@@ -13,9 +13,9 @@
          require($theme[0]["PATH"]);
       } else {
          echo _("Theme: ");
-        echo $theme[0]["PATH"];
-        echo _(" was not found.");
-        echo "<BR>";
+         echo $theme[0]["PATH"];
+         echo _(" was not found.");
+         echo "<BR>";
          echo _("Exiting abnormally");
          exit;
       }
@@ -43,7 +43,6 @@
    if ($use_signature == true) {
       $signature = getSig($data_dir, $username);
    } else {
-      $signature = "";
    }
 ?>