#!/usr/bin/perl # stta_view.cgi # Display Status STTA # STTA Rev. 1.3 Copyright (c) 2001-2004 Jesús Pérez Lorenzo --- license GNU GPL # stta: (@#) 1.31051043346- [2004_01_29_102036] require './stta-lib.pl'; &headerstta($text{'srvSTATUS'}, "", "ttastatus",undef,1,0,"$text{'headpage_right'}"."$text{'head_logout'}",undef,undef,"$text{head_below}" ); print "
\n"; print "
$text{'srvSTATUS'} | |||
|
\n"; $config{check_services}="true"; &footer($config{'back_return'},$text{'index'}); do "footer.pl"; exit;