Make a static page for the voice stuff everytime the tree updates.

This commit is contained in:
slamm%netscape.com 2000-07-25 22:58:00 +00:00
Родитель f21fe51ae8
Коммит 20e63b772d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -126,7 +126,8 @@ sub do_static {
my @pages = ( ['index.html', 'do_tinderbox'],
['flash.rdf', 'do_flash'],
['panel.html', 'do_panel'],
['stats.hdml', 'do_hdml'] );
['stats.hdml', 'do_hdml'],
['status.vxml', 'do_vxml'] );
$rel_path = '../';
while (($key, $value) = each %images) {