[https://jabber.crans.org] Mise à jour des scripts cgi

This commit is contained in:
Valentin Samir 2014-02-12 21:48:42 +01:00
parent b34aae5cb9
commit 5bfde5742c
2 changed files with 10 additions and 7 deletions

View file

@ -104,14 +104,14 @@ if user and password and nom and prenom and mail:
if r == 0:
r, msg = commands.getstatusoutput('/usr/sbin/ejabberdctl %s%s%s%s' %
('vcard-set', commands.mkarg(user),
' jabber.crans.org EMAIL USERID',
('set_vcard', commands.mkarg(user),
' jabber.crans.org EMAIL',
commands.mkarg(mail)))
if r and msg:
page += '<p><b>ejabberdctl&nbsp:</b> %s</p>' % msg
r, msg = commands.getstatusoutput('/usr/sbin/ejabberdctl %s%s%s%s' %
('vcard-set', commands.mkarg(user),
('set_vcard', commands.mkarg(user),
' jabber.crans.org FN',
commands.mkarg('%s %s' % (prenom,nom))))
if r and msg: