Skip to content

Commit

Permalink
Dev: added a comment in config about use_asset_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Nov 27, 2017
1 parent f45c0fa commit dbc7cbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions application/config/config-sample-mysql.php
Expand Up @@ -58,6 +58,7 @@
// LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard themes
'debug'=>0,
'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2
// 'use_asset_manager'=>true, // Uncomment if you want to use debug mode and asset manager at the same time
// Update default LimeSurvey config here
)
);
Expand Down
1 change: 1 addition & 0 deletions application/config/config-sample-pgsql.php
Expand Up @@ -59,6 +59,7 @@
// LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard themes
'debug'=>0,
'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2
// 'use_asset_manager'=>true, // Uncomment if you want to use debug mode and asset manager at the same time
)
);
/* End of file config.php */
Expand Down
1 change: 1 addition & 0 deletions application/config/config-sample-sqlsrv.php
Expand Up @@ -57,6 +57,7 @@
// LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard themes
'debug'=>0,
'debugsql'=>0 // Set this to 1 to enanble sql logging, only active when debug = 2
// 'use_asset_manager'=>true, // Uncomment if you want to use debug mode and asset manager at the same time
)
);
/* End of file config.php */
Expand Down

0 comments on commit dbc7cbe

Please sign in to comment.