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_account.inc.php | 3 ++- 1 file changed, 2 insertions(+), 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 9c52b93e..8f51a714 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -20,6 +20,7 @@ */ if (INSTALL != '1') { exit; } +$prefix = dirname(__FILE__); ?> @@ -41,7 +42,7 @@ if (INSTALL != '1') { exit; }
-- cgit