Procházet zdrojové kódy

submitted patch from Steve Gare

nehresma před 25 roky
rodič
revize
013f923866
2 změnil soubory, kde provedl 4 přidání a 5 odebrání
  1. 1 1
      config/config.php
  2. 3 4
      src/load_prefs.php

+ 1 - 1
config/config.php

@@ -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.

+ 3 - 4
src/load_prefs.php

@@ -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 = "";
    }
 ?>