install
[ class tree: install ] [ index: install ] [ all elements ]

Source for file install_welcome.php

Documentation is available at install_welcome.php

  1. <?php
  2. /**
  3.  * @version $Header$
  4.  * @package install
  5.  * @subpackage functions
  6.  */
  7.  
  8. // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
  9. // All Rights Reserved. See below for details and a complete list of authors.
  10. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
  11.  
  12. // assign next step in installation process
  13. if!empty$_REQUEST['install') ) {
  14.     // Added check for IIS $_SERVER['HTTPS'] uses 'off' value - wolff_borg
  15.     header'Location: http'.((!empty($_SERVER['HTTPS'])&&$_SERVER['HTTPS'!= 'off')?'s':'').'://'.$_SERVER['HTTP_HOST'].INSTALL_PKG_URL.'install.php?step='.$step ) );
  16.     die;
  17. }
  18. $gBitSmarty->assign'next_step',$step );
  19. ?>

Documentation generated on Wed, 29 Jul 2015 13:56:45 +0000 by phpDocumentor 1.5.0-lsces