From 384de1f86b2dab231116c0596d29c5927ca20526 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 11 Mar 2021 23:54:04 +0100 Subject: initial tracking as of 2003-10-11 (except index.da.html of 2006-11-27) --- admin/bos.cgi | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 admin/bos.cgi (limited to 'admin/bos.cgi') diff --git a/admin/bos.cgi b/admin/bos.cgi new file mode 100755 index 0000000..fb88608 --- /dev/null +++ b/admin/bos.cgi @@ -0,0 +1,27 @@ +#!/usr/bin/perl -wT + +# Copyright (c) 1997-2000 Jonas Smedegaard +# $Id: bos.cgi, version 4.1 $ + +use CGI::Carp 'fatalsToBrowser'; +require 5.003; +use strict; + +############################################################## + +# BOS needs to know the path to the libraries and stuff +# +# That would also be the place to put FastTemplate and other +# modules not installed at your website + +require "/usr/local/lib/scripts/jonas/bos-test/bos_defaults.pl"; +use lib "/usr/local/lib/scripts/jonas/bos-test"; +#use lib "$ENV{'DOCUMENT_ROOT'}/cgi-local"; +use lib "./"; + +############################################################## + +# Don't touch these! + +require 'bos_defaults.pl'; +require 'bos-main.pl'; -- cgit v1.2.3