mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 00:14:40 +03:00
Update version
This commit is contained in:
parent
b4a7181e73
commit
9db6f858f0
@ -1 +1 @@
|
||||
Mibew/1.6.12
|
||||
Mibew/1.6.13
|
@ -2,7 +2,7 @@
|
||||
|
||||
<project basedir="." default="update" name="Obfuscator">
|
||||
<property name="closure.c" value="/usr/local/closure/compiler.jar" />
|
||||
<property name="mibew.location" value="../1612" />
|
||||
<property name="mibew.location" value="../1613" />
|
||||
|
||||
<target name="update">
|
||||
<java jar="${closure.c}" fork="true">
|
||||
|
@ -37,8 +37,8 @@ $home_locale = locale_pattern_check($home_locale) && locale_exists($home_locale)
|
||||
|
||||
$locale_cookie_name = 'mibew_locale';
|
||||
|
||||
$version = '1.6.12';
|
||||
$jsver = "1612";
|
||||
$version = '1.6.13';
|
||||
$jsver = "1613";
|
||||
|
||||
// Make session cookie more secure
|
||||
@ini_set('session.cookie_httponly', TRUE);
|
||||
|
Loading…
Reference in New Issue
Block a user