summaryrefslogtreecommitdiffstatshomepage
path: root/data/config.default.php
diff options
context:
space:
mode:
authorGravatar querwurzelt2019-01-20 22:19:33 +0100
committerGravatar querwurzelt2019-01-21 22:15:21 +0100
commitea04385bc16de6b7b65aab75c5c33cfe2d71ea84 (patch)
treece675e51c2604149cb8a949b7ef3d92e98bc2f52 /data/config.default.php
parente636523aac630d73cda415cf551d0be570ce10d6 (diff)
downloadscuttle-ea04385bc16de6b7b65aab75c5c33cfe2d71ea84.tar.gz
scuttle-ea04385bc16de6b7b65aab75c5c33cfe2d71ea84.zip
PHP 7.3 compat, bug fixes
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/config.default.php b/data/config.default.php
index 8af04ba..bb9eddb 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -115,7 +115,7 @@ $usecache = false;
*
* @var string
*/
-$dir_cache = dirname(__FILE__) . '/cache/';
+$dir_cache = dirname(__DIR__, 1) . '/cache';
/**
* Use clean urls without .php filenames.
@@ -149,14 +149,14 @@ $debugMode = false;
*
* @var string
*/
-$dbtype = 'mysql4';
+$dbtype = 'mysqli';
/**
* Database hostname/IP
*
* @var string
*/
-$dbhost = '127.0.0.1';
+$dbhost = 'localhost';
/**
* Database port.