<?php
/****************************************************************************************/
/* ACollab */
/****************************************************************************************/
/* Copyright (c) 2002-2005 Adaptive Technology Resource Centre / University of Toronto */
/* */
/* http://atutor.ca/acollab */
/* */
/* This program is free software. You may redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation; either version 2 of the License, */
/* or (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, but */
/* WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */
/* See the GNU General Public License for more details. */
/* */
/* You may access the GNU General Public License at: */
/* http://www.opensource.org/licenses/gpl-license.php */
/* */
/* You may contact the Adaptive Technology Resource Centre at */
/* Robarts Library, University of Toronto */
/* 130 St. George Street, Toronto, Ontario, Canada M5S 1A5 */
/* Further contact information is available at http://www.utoronto.ca/atrc/ */
/****************************************************************************************/
/* Programmer: */
/* Joel Kronenberg - ATRC */
/****************************************************************************************/
// $Id: uheader.php 433 2005-03-07 19:19:55Z shozubq $
if (!defined('AC_INCLUDE_PATH')) { exit; }
error_reporting(E_ALL ^ E_NOTICE);
$install_steps[0] = array( 'name' => 'Introduction',
'file' => 'index.php');
$install_steps[1] = array( 'name' => 'Locate Old Version',
'file' => 'ustep1.php');
$install_steps[2] = array( 'name' => 'Database',
'file' => 'ustep2.php');
$install_steps[3] = array( 'name' => 'Administrator Account & System Preferences',
'file' => 'step3.php');
$install_steps[4] = array( 'name' => 'Directories',
'file' => 'ustep4.php');
$install_steps[5] = array( 'name' => 'Done!',
'file' => 'step5.php');
$new_version = $new_version ? $new_version : $_POST['step1']['new_version'];
?><!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>ACollab Upgrade</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" />
</head>
<body>
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr height="50" bgcolor="#354A81">
<td><h2 class="header">ACollab <?php echo $new_version; ?> Upgrade</h2></td>
<td align="right" valign="middle"><img src="../images/acollab.gif" height="29" width="84" alt="ACollab Logo" id="logo" /> </td>
</tr>
<tr>
<td colspan="2" valign="top" class="content">