File: frames.pl

package info (click to toggle)
pronto 2.4.0-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,112 kB
  • ctags: 487
  • sloc: perl: 22,159; makefile: 127; sh: 34; sql: 7
file content (9 lines) | stat: -rwxr-xr-x 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/local/bin/perl -w

BEGIN {
  our $no_session_check = 0;
  require "preface.pl";
}

print header;
$template->process("frames.html", {session => param('session')}) || die $template->error();