summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-14 10:29:06 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-14 10:29:06 +0200
commitba20ededac6fd68d281603e8c9273f5134d21a4c (patch)
tree0f1db7a0f62c0cec645c99be40dbe1bbaefc836b /protected/config
parent69bffb7fe85347621f41c0baed839452e72930e1 (diff)
Gii aktiviert. Passwort AsTaF4
Diffstat (limited to 'protected/config')
-rw-r--r--protected/config/main.php6
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