From f94ff7ce3d862fa84b4299bad2d69c3a6bb50226 Mon Sep 17 00:00:00 2001 From: nehresma Date: Tue, 25 Jan 2000 20:10:17 +0000 Subject: [PATCH 1/1] submitted patch from Steve Gare git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@181 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config.php | 2 +- src/load_prefs.php | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/config.php b/config/config.php index 493e180b..881c59f4 100644 --- a/config/config.php +++ b/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. diff --git a/src/load_prefs.php b/src/load_prefs.php index 4478ec9a..8c692813 100644 --- a/src/load_prefs.php +++ b/src/load_prefs.php @@ -13,9 +13,9 @@ require($theme[0]["PATH"]); } else { echo _("Theme: "); - echo $theme[0]["PATH"]; - echo _(" was not found."); - echo "
"; + echo $theme[0]["PATH"]; + echo _(" was not found."); + echo "
"; echo _("Exiting abnormally"); exit; } @@ -43,7 +43,6 @@ if ($use_signature == true) { $signature = getSig($data_dir, $username); } else { - $signature = ""; } ?> -- 2.25.1