This file is part of dotProject. dotProject is free software; you can 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. dotProject 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 should have received a copy of the GNU General Public License along with dotProject; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA The full text of the GPL is in the COPYING file. */ require_once 'check_upgrade.php'; $mode = dPcheckUpgrade(); ?> dotProject Installer

dotProject Logo dotProject Installer

Welcome to the dotProject Installer! It will setup the database for dotProject and create an appropriate config file. In some cases a manual installation cannot be avoided.
 
There is an initial Check for (minimal) Requirements appended down below for troubleshooting. At least a database connection must be available and ../includes/config.php must be writable for the webserver!

It would appear that you already have a dotProject installation. The installer will attempt to upgrade your system, however it is a good idea to take a full backup first!


" />

'; $okImg = 'OK'; $tblwidth = '90%'; $cfgDir = '../includes'; $cfgFile = '../includes/config.php'; $filesDir = '../files'; $locEnDir = '../locales/en'; $tmpDir = '../files/temp'; include_once('vw_idx_check.php'); ?>