Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago committed Jan 28, 2020
1 parent 274d3a3 commit 04eb6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/fsl_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ function configure()
{
option('fsl_version', "0.14");
option('env', ENV_DEVELOPMENT);
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
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

//##############################################
//encryption configuration
Expand Down

0 comments on commit 04eb6db

Please sign in to comment.