From 12947430f49f1591c8cea609905d37d83664f5f6 Mon Sep 17 00:00:00 2001 From: simond Date: Fri, 5 Apr 2002 18:01:22 +0000 Subject: [PATCH] Allow org_title to contain variables (as it does by default) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2686 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index d4cbef66..43b9af1d 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -2208,7 +2208,7 @@ sub save_data { $org_logo_height |= 0; print CF "\$org_logo_width = '$org_logo_width';\n"; print CF "\$org_logo_height = '$org_logo_height';\n"; - print CF "\$org_title = '$org_title';\n"; + print CF "\$org_title = \"$org_title\";\n"; print CF "\$signout_page = '$signout_page';\n"; print CF "\$frame_top = '$frame_top';\n"; print CF "\n"; -- 2.25.1