summaryrefslogtreecommitdiff
path: root/admin/bos.cgi
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-03-12 00:23:52 +0100
committerJonas Smedegaard <dr@jones.dk>2021-03-12 00:23:52 +0100
commit7bcb0ecf91c9f2803d2eea9fb077d4dce79aec2f (patch)
treea9d81cee37f2fbed84858c0550dd090075ae51aa /admin/bos.cgi
parent384de1f86b2dab231116c0596d29c5927ca20526 (diff)
Diffstat (limited to 'admin/bos.cgi')
-rwxr-xr-xadmin/bos.cgi27
1 files changed, 0 insertions, 27 deletions
diff --git a/admin/bos.cgi b/admin/bos.cgi
deleted file mode 100755
index fb88608..0000000
--- a/admin/bos.cgi
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/perl -wT
-
-# Copyright (c) 1997-2000 Jonas Smedegaard <dr@jones.dk>
-# $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';