On 2018年10月30日 06:45, James B. Byrne via squirrelmail-users wrote:
> 
> We recently moved from SM-1.4.22 (CentOS-6.9) to SM-1.4.23
> (FreeBSD-11.2p4).  One of the plugins that we use is vlogin.  We
> configured the new install vlogin data/config.php file to match the
> changes that we have configured in the old location. However, I must
> have missed something.
> 
> In the vlogin/data/config.php file we have this assignment:
> 
>  'org_title'  => '(isset($_SESSION["username"]) ?
> $_SESSION["username"] . " - Mail" : "Mail")',
> 
> And this exact string is what is showing in the title of the webpage
> that squirrelmail displays.  I infer that this means that username is
> not being initialised somewhere.  So, what have I missed setting and
> where?

Try adding this:

'settingsWithEmbeddedPHP' => array('org_title'),

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php


-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to