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_config.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/show_install_config.inc.php') diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index 383591e2..274deac2 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -20,7 +20,7 @@ */ if (INSTALL != '1') { exit; } -$prefix = dirname(__FILE__); +$prefix = realpath(dirname(__FILE__). "/../"); ?> @@ -44,14 +44,14 @@ $prefix = dirname(__FILE__);
  • - +


    -
    +

    -- cgit