From 6f284c8599bc9fdf460ddd4567542d3c913768d5 Mon Sep 17 00:00:00 2001 From: "Yes Interactive, LLC" Date: Tue, 11 Dec 2018 11:20:37 -0500 Subject: [PATCH] Update fsl_config.php --- config/fsl_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fsl_config.php b/config/fsl_config.php index ec18e9f..2944a5f 100644 --- a/config/fsl_config.php +++ b/config/fsl_config.php @@ -6,7 +6,7 @@ function configure() { option('fsl_version', "0.14"); option('env', ENV_DEVELOPMENT); - option('base_uri', "/gitprojects/fsl"); //set if app is not in web root directory but in a subdirectory + option('base_uri', "/"); //set if app is not in web root directory but in a subdirectory option('session', 'fsl'); // enable with a specific session name //##############################################