Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 30ea81e

Browse files
committed
Wrong commit of bootstrap_conf & bootstrap_context
1 parent 37aaa94 commit 30ea81e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/conf/bootstrap_conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* define("AJXP_LOCALE", "");
3131
*/
3232
//define("AJXP_LOCALE", "en_EN.UTF-8");
33-
define("AJXP_LOCALE", "UTF8");
33+
//define("AJXP_LOCALE", "");
3434

3535

3636
/*

core/src/conf/bootstrap_context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
// DEBUG OPTIONS
7373
define("AJXP_CLIENT_DEBUG" , false);
7474
define("AJXP_SERVER_DEBUG" , false);
75-
define("AJXP_SKIP_CACHE" , true );
75+
define("AJXP_SKIP_CACHE" , false);
7676

7777

7878
// PBKDF2 CONSTANTS FOR A SECURE STORAGE OF PASSWORDS

0 commit comments

Comments
 (0)