summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/config.js b/js/config.js
index a6cd241..20af61c 100644
--- a/js/config.js
+++ b/js/config.js
@@ -5,8 +5,8 @@ var CONFIG = {
AVAILABLE_LOCALES: ["ar", "cs", "de", "el", "en", "eo", "es", "fr", "hu", "it", "ja", "ko", "nl", "pl", "pt_BR", "ro", "ru", "sv", "zh"],
DEFAULT_LOCALE: "en",
- AVAILABLE_BACKENDS: ["php-s3", "php-mysql", "php-blank", "php-file", "php-sqlite", "php-mysql+file", "php-postgresql", "php-pdo", "perl-file", "php-cubrid", "asp-file", "web2py"],
- DEFAULT_BACKEND: ["php-s3"],
+ AVAILABLE_BACKENDS: ["php-mysql", "php-s3", "php-blank", "php-file", "php-sqlite", "php-mysql+file", "php-postgresql", "php-pdo", "perl-file", "php-cubrid", "asp-file", "web2py"],
+ DEFAULT_BACKEND: ["php-mysql"],
RELATION_THICKNESS: 2,
RELATION_SPACING: 15,