Version 0.5pre2 -- DEVELOPMENT
------------------------------
+- Using encryption for passwords
- Added a patch from Bill Thousand to allow easier virtual domains
- Security updates with attachments
- Added more hooks for plugins, updated plugin.txt
$theme[11]["PATH"] = "../themes/high_contrast_theme.php";
$theme[11]["NAME"] = "High Contrast";
+ $theme[11]["PATH"] = "../themes/black_bean_burrito_theme.php";
+ $theme[11]["NAME"] = "Black Bean Burrito";
+
// LDAP server(s)
//
// Array of arrays with LDAP server parameters. See
$body = eregi_replace ("([a-z]|[0-9]|_|\.|-)+\@([a-z]|[0-9]|_|-)+(\.([a-z]|[0-9]|_|-)+)*", "<a href=\"../src/compose.php?send_to=\\0\">\\0</a>", $body);
}
*/
- $body = eregi_replace ("([a-z]|[0-9]|_|\.|-)+\@([a-z]|[0-9]|_|-)+(\.([a-z]|[0-9]|_|-)+)*", "<a href=\"../src/compose.php?send_to=\\0\">\\0</a>", $body);
+ $body = eregi_replace ("([a-z]|[0-9]|_|\.|-)+\@([a-z]|[0-9]|_|-)+\.(\.|[a-z]|[0-9]|_|-)+", "<a href=\"../src/compose.php?send_to=\\0\">\\0</a>", $body);
return $body;
}
$context = "search";
}
+ if (!$squirrelmail_language)
+ $squirrelmail_language = "en";
+
if (file_exists("../help/$squirrelmail_language")) {
$help_exists = true;
$user_language = $squirrelmail_language;