mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-06 16:04:41 +03:00
Update version
This commit is contained in:
parent
17622b1d40
commit
d19ae22a8b
@ -1 +1 @@
|
||||
Mibew/1.6.8
|
||||
Mibew/1.6.9
|
@ -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="../168" />
|
||||
<property name="mibew.location" value="../169" />
|
||||
|
||||
<target name="update">
|
||||
<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';
|
||||
|
||||
$version = '1.6.8';
|
||||
$jsver = "168";
|
||||
$version = '1.6.9';
|
||||
$jsver = "169";
|
||||
|
||||
// Make session cookie more secure
|
||||
@ini_set('session.cookie_httponly', TRUE);
|
||||
|
@ -5,7 +5,7 @@
|
||||
##################################################################
|
||||
|
||||
$targetFolder = "deploy";
|
||||
$suffix = "168";
|
||||
$suffix = "169";
|
||||
|
||||
##################################################################
|
||||
# Copies tree into target folder, preprocess .phps
|
||||
|
Loading…
Reference in New Issue
Block a user