You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
305 B
18 lines
305 B
#!/usr/bin/perl
|
|
#
|
|
# $Id: taccframes.pl
|
|
#
|
|
# Source File: taccframes.pl
|
|
|
|
# Get config
|
|
require 'sitecfg.pl';
|
|
require 'testlib.pl';
|
|
|
|
&app_initialize;
|
|
|
|
print "Content-Type: text/html\n\n";
|
|
|
|
if (&get_session($FORM{'tid'})) {
|
|
&get_test_profile($SESSION{'clid'}, $FORM{'tstid'});
|
|
&show_template("taccframe");
|
|
}
|
|
|