From f065a67e2cac1e18185d45bbe3cee16f35a7848b Mon Sep 17 00:00:00 2001 From: Banana Date: Tue, 16 Jul 2019 17:24:38 +0200 Subject: [PATCH] config default update --- webroot/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/config.default.php b/webroot/config.default.php index 117a4ed..ef73a95 100644 --- a/webroot/config.default.php +++ b/webroot/config.default.php @@ -38,7 +38,7 @@ define('FRONTEND_USERNAME','luke'); define('FRONTEND_PASSWORD','father'); # absolute path of webroot -define('ABSOLUTE_PATH', '/home/banana/code/insipid/webroot'); +define('ABSOLUTE_PATH', '/path/to/insipid/webroot'); # relative to absolute path the name of the storage folder define('LOCAL_STORAGE', 'localdata'); -- 2.39.5