Skip to content

Commit

Permalink
turning on query strings, the oauth actions have variables on the URL…
Browse files Browse the repository at this point in the history
… after the ? and CI doesn't support this by default
  • Loading branch information
lornajane committed May 5, 2012
1 parent 2196687 commit d978f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/application/config/config.php.dist
Expand Up @@ -197,7 +197,7 @@ $config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-=';
| use segment based URLs.
|
*/
$config['enable_query_strings'] = FALSE;
$config['enable_query_strings'] = TRUE;
$config['directory_trigger'] = 'd'; // experimental not currently in use
$config['controller_trigger'] = 'c';
$config['function_trigger'] = 'm';
Expand Down

0 comments on commit d978f42

Please sign in to comment.