mirror of
https://github.com/Mibew/java.git
synced 2025-01-22 17:40:35 +03:00
1.6.0
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@486 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
dbebdbee42
commit
02bea5803f
@ -5,7 +5,7 @@
|
|||||||
##################################################################
|
##################################################################
|
||||||
|
|
||||||
$targetFolder = "deploy";
|
$targetFolder = "deploy";
|
||||||
$suffix = "160rc1";
|
$suffix = "160";
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Copies tree into target folder, preprocess .phps
|
# Copies tree into target folder, preprocess .phps
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
[+] Canned messages page
|
[+] Canned messages page
|
||||||
[+] Statistics page
|
[+] Statistics page
|
||||||
[+] Popup dialog notification of the new visitor (turned off by default)
|
[+] Popup dialog notification of the new visitor (turned off by default)
|
||||||
|
[+] Send message option: enter vs ctrl-enter
|
||||||
[!] Slow loading of awating visitors page
|
[!] Slow loading of awating visitors page
|
||||||
|
|
||||||
1.5.2
|
1.5.2
|
||||||
|
@ -17,7 +17,7 @@ session_start();
|
|||||||
require_once(dirname(__FILE__).'/converter.php');
|
require_once(dirname(__FILE__).'/converter.php');
|
||||||
require_once(dirname(__FILE__).'/config.php');
|
require_once(dirname(__FILE__).'/config.php');
|
||||||
|
|
||||||
$version = '1.6.0 RC1';
|
$version = '1.6.0';
|
||||||
|
|
||||||
function myiconv($in_enc, $out_enc, $string) {
|
function myiconv($in_enc, $out_enc, $string) {
|
||||||
global $_utf8win1251, $_win1251utf8;
|
global $_utf8win1251, $_win1251utf8;
|
||||||
@ -513,7 +513,7 @@ function webim_mail($toaddr, $reply_to, $subject, $body) {
|
|||||||
mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body),70), $headers);
|
mail($toaddr, $real_subject, wordwrap(myiconv($webim_encoding, $mail_encoding, $body),70), $headers);
|
||||||
}
|
}
|
||||||
|
|
||||||
$dbversion = '1.6.0.2';
|
$dbversion = '1.6.0.3';
|
||||||
|
|
||||||
$settings = array(
|
$settings = array(
|
||||||
'dbversion' => 0,
|
'dbversion' => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user