summaryrefslogtreecommitdiff
path: root/bos.cgi
blob: fb8860833eab3c4195927d017089fa0b41fd6240 (plain)
  1. #!/usr/bin/perl -wT
  2. # Copyright (c) 1997-2000 Jonas Smedegaard <dr@jones.dk>
  3. # $Id: bos.cgi, version 4.1 $
  4. use CGI::Carp 'fatalsToBrowser';
  5. require 5.003;
  6. use strict;
  7. ##############################################################
  8. # BOS needs to know the path to the libraries and stuff
  9. #
  10. # That would also be the place to put FastTemplate and other
  11. # modules not installed at your website
  12. require "/usr/local/lib/scripts/jonas/bos-test/bos_defaults.pl";
  13. use lib "/usr/local/lib/scripts/jonas/bos-test";
  14. #use lib "$ENV{'DOCUMENT_ROOT'}/cgi-local";
  15. use lib "./";
  16. ##############################################################
  17. # Don't touch these!
  18. require 'bos_defaults.pl';
  19. require 'bos-main.pl';