Skip to content

Commit

Permalink
Update fsl_config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago authored Dec 11, 2018
1 parent c3b4c10 commit 6f284c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/fsl_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

//##############################################
Expand Down

0 comments on commit 6f284c8

Please sign in to comment.