63a0529b21bfd97a4ef395e8d3d3f513526357c6
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

1) <?php
2) 
3) require_once('session/start.php');
4) 
bernd Domain-Klasse benutzen

bernd authored 16 years ago

5) require_once('class/domain.php');
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

6) require_once('jabberaccounts.php');
7) 
8) require_role(ROLE_CUSTOMER);
9) 
10) $title = "Neues Jabber-Konto erstellen";
11) 
12) $jabberdomains = get_jabberable_domains();
13) 
bernd schokokeks.org-Domain ist w...

bernd authored 16 years ago

14) DEBUG($jabberdomains);
15) 
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

16) $options = '';
17) foreach ($jabberdomains as $dom)
18) {
bernd Domain-Klasse benutzen

bernd authored 16 years ago

19)   $options .= '<option value="'.$dom->id.'">'.$dom->fqdn.'</option>'."\n";
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

20) }
21) 
22) 
23) output("<h3>Neuen Jabber-Account erstellen</h3>");
24) 
bernd Jabber-Sync-intervall höher

bernd authored 16 years ago

25) output('<p>Erstellen Sie hier ein neues Jabber-Konto. Ihre Änderungen werden nach ca. 10 Minuten automatisch in das System übertragen. Accounts funktionieren also nicht unmittelbar nach dem Anlegen.</p>
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

26) 
bernd eliminate .php extensions f...

bernd authored 15 years ago

27) '.html_form('jabber_new_account', 'save', 'action=new', '
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

28) <table>
bernd Entities repariert

bernd authored 16 years ago

29) <tr><td>Account-Name:</td><td><input type="text" name="local" value="" />&#160;@&#160;<select name="domain" size="1">