#!/usr/bin/perl # # $Id: downloads.pl,v 1.3 2006/01/23 21:39:30 ddoughty Exp $ # # Source File: downloads.pl # Get config require 'sitecfg.pl'; require 'testlib.pl'; &app_initialize; print "Content-Type: text/html\n\n"; if (&get_session($FORM{'tid'})) { &LanguageSupportInit(); &log_entry($SESSION{'clid'}, $SESSION{'uid'}, "4", "Promo Downloads"); print "\n"; print "\n"; if ($SESSION{'uac'} ne 'gadmin') { print "
\n"; print "You do not have privileges to make Database Structure Changes.\n"; print "
\n"; } else { @dlrecs = &get_data("downloads.dat"); $bFirst=1; $downloads = "\n"); $SYSTEM{'downloads'} = $downloads; @dlrecs = (); $downloads = ""; $download = ""; &show_template("download"); } print "\n"; print "\n"; }