From 0a506696acf130d98840d1eaece532040f762308 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 19 May 2009 04:30:18 +0000 Subject: add full path to needed files so there is no confusion --- templates/show_install_config.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 080ee358..383591e2 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -20,6 +20,7 @@ */ if (INSTALL != '1') { exit; } +$prefix = dirname(__FILE__); ?> @@ -40,7 +41,8 @@ if (INSTALL != '1') { exit; }
-- cgit