mirror of
https://github.com/Mibew/i18n.git
synced 2025-02-08 20:01:07 +03:00
Change version to 1.6.7
This commit is contained in:
parent
36aa4f4b74
commit
5ea2f8416a
@ -1 +1 @@
|
|||||||
Mibew/1.6.6
|
Mibew/1.6.7
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<project basedir="." default="update" name="Obfuscator">
|
<project basedir="." default="update" name="Obfuscator">
|
||||||
<property name="closure.c" value="/usr/local/closure/compiler.jar" />
|
<property name="closure.c" value="/usr/local/closure/compiler.jar" />
|
||||||
<property name="mibew.location" value="../166" />
|
<property name="mibew.location" value="../167" />
|
||||||
|
|
||||||
<target name="update">
|
<target name="update">
|
||||||
<java jar="${closure.c}" fork="true">
|
<java jar="${closure.c}" fork="true">
|
||||||
|
@ -33,8 +33,8 @@ $home_locale = locale_pattern_check($home_locale) && locale_exists($home_locale)
|
|||||||
|
|
||||||
$locale_cookie_name = 'mibew_locale';
|
$locale_cookie_name = 'mibew_locale';
|
||||||
|
|
||||||
$version = '1.6.6';
|
$version = '1.6.7';
|
||||||
$jsver = "166";
|
$jsver = "167";
|
||||||
|
|
||||||
// Make session cookie more secure
|
// Make session cookie more secure
|
||||||
@ini_set('session.cookie_httponly', TRUE);
|
@ini_set('session.cookie_httponly', TRUE);
|
||||||
|
Loading…
Reference in New Issue
Block a user