From 135727984364b9965aa77a5509e642801c95ed4e Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Thu, 16 Oct 2008 12:21:24 +0000 Subject: [PATCH] Merged in... --- setup/upgrade.php | 10 ---------- 1 file changed, 0 insertions(+), 10 deletions(-) diff --git a/setup/upgrade.php b/setup/upgrade.php index 9ea42d8..ed83e2b 100644 --- a/setup/upgrade.php +++ b/setup/upgrade.php @@ -163,16 +163,6 @@ function performPostUpgradeActions() { } -function failWritablePath($name, $path) { - if (!is_writable($path)) { - sprintf("The path for setting %s, which is set to %s, can not be written to. Correct this situation before continuing.", $name, $path); - exit(1); - } -} - -failWritablePath('Log directory', $default->logDirectory); -failWritablePath('Document directory', $default->documentRoot); - if (PEAR::isError($loggingSupport)) { print '

Logging support is not currently working. Check post-installation checkup.

'; exit(1); -- libgit2 0.21.4