Hole Stats-Hostname aus misc.config
bernd

bernd commited on 2010-01-22 07:55:49
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1617 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -95,7 +95,7 @@ foreach ($all_vhosts AS $v)
95 95
 
96 96
 output(html_form('stats_new', '', 'action=new', "<p>".html_select("vhost", $sel).'<br/>
97 97
 <input type="radio" name="public" id="public_0" value="0" checked="checked" /><label for="public_0"> Statistiken hier im Webinterface anzeigen</label><br />
98
-<input type="radio" name="public" id="public_1" value="1" /><label for="public_1"> Statistiken unter stats.schokokeks.org veröffentlichen (Ohne Passwortschutz)</label><br />
98
+<input type="radio" name="public" id="public_1" value="1" /><label for="public_1"> Statistiken unter '.config('stats_hostname').' veröffentlichen (Ohne Passwortschutz)</label><br />
99 99
 <input type="submit" value="Neue Statistiken erzeugen" /></p>
100 100
 '));
101 101
 
102 102