From 62ae2a6f84fc7bbe0cbbc2fe922574931e7b3d54 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 6 Jul 2021 11:55:39 +0200 Subject: [PATCH] Update config.dist.php --- conf/config.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.dist.php b/conf/config.dist.php index d1486d5..374ec4e 100755 --- a/conf/config.dist.php +++ b/conf/config.dist.php @@ -124,7 +124,7 @@ $session_storage = "files"; * ******************************/ if(!defined('BASE')) -define('BASE', "__PATH__"); +define('BASE', "__PATH__/"); /**