summaryrefslogtreecommitdiff
path: root/install_beta1_beta2.php
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-11-12 07:12:24 -0500
committerspiderr <spiderr@bitweaver.org>2022-11-12 07:12:24 -0500
commitac92606afa5c4b422018818162d87425b50e483a (patch)
tree1fed7a644824d0f3d7af2641706212c6b1faa66c /install_beta1_beta2.php
parent35d6f822b1af462ff62685a0507047bf412dc414 (diff)
downloadinstall-ac92606afa5c4b422018818162d87425b50e483a.tar.gz
install-ac92606afa5c4b422018818162d87425b50e483a.tar.bz2
install-ac92606afa5c4b422018818162d87425b50e483a.zip
major cleanup to install of new installation testing
Diffstat (limited to 'install_beta1_beta2.php')
-rw-r--r--install_beta1_beta2.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/install_beta1_beta2.php b/install_beta1_beta2.php
deleted file mode 100644
index 163fd0b..0000000
--- a/install_beta1_beta2.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-/**
- * @version $Header$
- * @package install
- * @subpackage functions
- */
-
-// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
-// All Rights Reserved. See below for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
-
-/**
- * required setup
- */
-require_once( INSTALL_PKG_PATH.'install_packages.php' );
-?>