diff options
Diffstat (limited to 'admin')
-rwxr-xr-x | admin/bos.cgi | 27 | ||||
-rw-r--r-- | admin/index.html | 17 |
2 files changed, 0 insertions, 44 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'; 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 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title>Aurora Borealis - administration</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<LINK rel="StyleSheet" href="../flyer.css" type="text/css"> -<STYLE type="text/css"> -@import url("../flyer.css"); -</STYLE> -</head> -<body> -<h1><span bos="title">Aurora Borealis - administration</span></h1> -<div bos><P>Følgende sider kan redigeres:</P> -<P><A href="../bos.cgi?index.da.html" target="_top">dansk forside</A><BR> -<A href="../bos.cgi?index.en.html" target="_top">engelsk forside</A><BR> -<A href="../bos.cgi?index.is.html" target="_top">islandsk forside</A></P></body> -</html> |