diff options
Diffstat (limited to 'protected/modules/auditTrail/README.txt')
| -rw-r--r-- | protected/modules/auditTrail/README.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/protected/modules/auditTrail/README.txt b/protected/modules/auditTrail/README.txt new file mode 100644 index 0000000..0ebb757 --- /dev/null +++ b/protected/modules/auditTrail/README.txt @@ -0,0 +1,19 @@ +In your main.php config file, add the follow line in your modules section: + + + 'modules'=>array( + .. + 'auditTrail'=>array(), + .. + + +Then go to + +http://myapp.com/index.php?r=auditTrail + + +and view the instructions for setup! + +For a more detailed walkthrough, please see the instructions at + +http://www.yiiframework.com/extension/audittrail
\ No newline at end of file |
