Commit 1211fd40 by Christoffer Niska

Merged in negge/yii-bootstrap/1.0.0-wip (pull request #25)

parents 379b067a 2666a7c1
...@@ -22,7 +22,7 @@ $config = array( ...@@ -22,7 +22,7 @@ $config = array(
'class'=>'system.gii.GiiModule', 'class'=>'system.gii.GiiModule',
'password'=>'boot', 'password'=>'boot',
'ipFilters'=>array('127.0.0.1','::1'), 'ipFilters'=>array('127.0.0.1','::1'),
'generatorPaths'=>array('ext.bootstrap.gii'), 'generatorPaths'=>array('bootstrap.gii'),
), ),
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment