diff options
Diffstat (limited to 'protected/config')
| -rw-r--r-- | protected/config/main.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protected/config/main.php b/protected/config/main.php index 9e840e4..7207120 100644 --- a/protected/config/main.php +++ b/protected/config/main.php @@ -20,14 +20,14 @@ return array( 'modules'=>array( // uncomment the following to enable the Gii tool - /* + 'gii'=>array( 'class'=>'system.gii.GiiModule', - 'password'=>'Enter Your Password Here', + 'password'=>'AsTaF4', // If removed, Gii defaults to localhost only. Edit carefully to taste. 'ipFilters'=>array('127.0.0.1','::1'), ), - */ + ), // application components |
