Skip to content

Commit

Permalink
removed url manager settings since they do not belong to simple cms c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
Paul Kerspe committed May 1, 2016
1 parent a06c48f commit 2ba127b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default_config.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php
/*
$config['components']['urlManager'] = [
'enablePrettyUrl' => true,
'showScriptName' => false,
'rules' => [
],
];

*
/** here comes the actual simple cms configuration parts */

$config['modules']['simplecms_frontend'] = [
Expand Down

0 comments on commit 2ba127b

Please sign in to comment.