Просмотр исходного кода

submitted patch from Steve Gare

nehresma 25 лет назад
Родитель
Сommit
013f923866
2 измененных файлов с 4 добавлено и 5 удалено
  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";
     $org_title = "SquirrelMail $version";
 
 
 //  The server that your imap server is on
 //  The server that your imap server is on
-    $imapServerAddress = "localhost";
+    $imapServerAddress = "adam";
     $imapPort = 143;
     $imapPort = 143;
 
 
 //  The domain where your email address is.
 //  The domain where your email address is.

+ 3 - 4
src/load_prefs.php

@@ -13,9 +13,9 @@
          require($theme[0]["PATH"]);
          require($theme[0]["PATH"]);
       } else {
       } else {
          echo _("Theme: ");
          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");
          echo _("Exiting abnormally");
          exit;
          exit;
       }
       }
@@ -43,7 +43,6 @@
    if ($use_signature == true) {
    if ($use_signature == true) {
       $signature = getSig($data_dir, $username);
       $signature = getSig($data_dir, $username);
    } else {
    } else {
-      $signature = "";
    }
    }
 ?>
 ?>