From 8bef116019292f1a28c9bd190d3e4503dd16b208 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 30 Apr 2006 03:54:03 +0000 Subject: [PATCH] r780: Set apppath --- includes/init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/init.php b/includes/init.php index 0eb51e0..0c57807 100755 --- a/includes/init.php +++ b/includes/init.php @@ -30,6 +30,7 @@ define('ISSO_CHECK_POST_REFERER', 1); require_once('./framework/kernel.php'); $bugsys = new ISSO(); +$bugsys->set('apppath', getcwd()); $bugsys->set('application', 'Bugdar'); $bugsys->set('appversion', '[#]verson[#]'); -- 2.22.5