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 //##############################################