Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    package SFConfig::Globals;
    ...
    sub     TEMPLATE_DIRECTORY      ()      {"/srv/www/vhosts/spamfilter.o
    +nlineky.net/Templates"}
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    print "Content-type: text/html\n\n";
    my $test = SFConfig::Globals::TEMPLATE_PATH;
    print "$test\n";