Merge pull request #75 from laf/test-installer

New web based installer to simplify installation
This commit is contained in:
Paul Gear
2014-02-23 22:35:20 +10:00
6 changed files with 563 additions and 5 deletions
+7
View File
@@ -18,6 +18,13 @@ include_once("../includes/definitions.inc.php");
include("../includes/functions.php");
include("includes/functions.inc.php");
// Check for install.inc.php
if (!file_exists('../config.php') && $_SERVER['PATH_INFO'] != '/install.php') {
// no config.php does so let's redirect to the install
header('Location: /install.php');
exit;
}
$runtime_start = utime();
ob_start();