Skip to content

Commit

Permalink
Fixed env section of manual(doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
slashsbin committed Sep 28, 2013
1 parent f4070fa commit 55c3022
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions plugins/drupal/drupal_users_total.php
Expand Up @@ -9,11 +9,12 @@
*
* @example Example entry for configuration:
* [drupal*]
* env.db="drupal"
* env.user="mysql_user"
* env.pass="mysql_pass"
* env.host="localhost"
* env.port="3306"
* env.db drupal
* env.user mysql_user
* env.pass mysql_pass
* env.host localhost
* env.port 3306
* env.table_prefix drupal_
*
* @author Liran Tal <liran.tal@hp.com>
* @version 1.0 2013
Expand Down

0 comments on commit 55c3022

Please sign in to comment.