mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 10:00:35 +03:00
update version: 1.6.4
This commit is contained in:
parent
c5bc5ed2f5
commit
7e529b0567
@ -5,7 +5,7 @@
|
|||||||
##################################################################
|
##################################################################
|
||||||
|
|
||||||
$targetFolder = "deploy";
|
$targetFolder = "deploy";
|
||||||
$suffix = "163";
|
$suffix = "164";
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Copies tree into target folder, preprocess .phps
|
# Copies tree into target folder, preprocess .phps
|
||||||
|
@ -1 +1 @@
|
|||||||
Mibew/1.6.3
|
Mibew/1.6.4
|
@ -1,6 +1,7 @@
|
|||||||
1.6.4
|
1.6.4
|
||||||
-----
|
-----
|
||||||
[!] various compatibility fixes: button image, captcha, check webimroot variable (installation)
|
[!] various compatibility fixes: button image, captcha, check webimroot variable (installation)
|
||||||
|
[!] fix speed of history search, fix redirection to groups
|
||||||
|
|
||||||
1.6.3
|
1.6.3
|
||||||
-----
|
-----
|
||||||
|
@ -24,7 +24,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.3';
|
$version = '1.6.4';
|
||||||
$jsver = "163";
|
$jsver = "163";
|
||||||
|
|
||||||
function myiconv($in_enc, $out_enc, $string) {
|
function myiconv($in_enc, $out_enc, $string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user