From c014a32ec312d9f701962149b62d6119a5da6b99 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 8 Jul 2009 09:09:22 +0000 Subject: add additional information during the install process --- templates/show_install_account.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show_install_account.inc.php') diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index 8f51a714..4384b36c 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -20,7 +20,7 @@ */ if (INSTALL != '1') { exit; } -$prefix = dirname(__FILE__); +$prefix = realpath(dirname(__FILE__). "/../"); ?> -- cgit