diff options
Diffstat (limited to 'includes/install_beta1_beta2.php')
| -rw-r--r-- | includes/install_beta1_beta2.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/includes/install_beta1_beta2.php b/includes/install_beta1_beta2.php new file mode 100644 index 0000000..163fd0b --- /dev/null +++ b/includes/install_beta1_beta2.php @@ -0,0 +1,16 @@ +<?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' ); +?> |
