]> granicus.if.org Git - ejabberd/commit
Add mod_admin_extra as a commented module
authorBadlop <badlop@process-one.net>
Thu, 26 Mar 2015 12:59:36 +0000 (13:59 +0100)
committerBadlop <badlop@process-one.net>
Thu, 26 Mar 2015 13:01:01 +0000 (14:01 +0100)
commit392772977f394ad2f3ad1a9d9b9c3e60bd6ccdc3
tree254440a945c6404dfe4eb72362b22fb7f710b1d3
parentfbb6b65192ca103aedbd8ee803d7fa2c6d634354
Add mod_admin_extra as a commented module

Previous commits were done with:
for i in `git log --reverse --date-order --format=%h mod_admin_extra.erl`; do git format-patch -1 $i; cat 00* >>patch; rm 00*; done
Then editing patch to remove unneeded files and fix path.
ejabberd.yml.example