From 7bcb0ecf91c9f2803d2eea9fb077d4dce79aec2f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 12 Mar 2021 00:23:52 +0100 Subject: drop BOS --- admin/bos.cgi | 27 --------------------------- admin/index.html | 17 ----------------- 2 files changed, 44 deletions(-) delete mode 100755 admin/bos.cgi delete mode 100644 admin/index.html (limited to 'admin') 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 -# $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'; diff --git a/admin/index.html b/admin/index.html deleted file mode 100644 index a3db4d5..0000000 --- a/admin/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -Aurora Borealis - administration - - - - - -

Aurora Borealis - administration

-

Følgende sider kan redigeres:

-

dansk forside
-engelsk forside
-islandsk forside

- -- cgit v1.2.3