From 48ad5d9daab3853cd782682447b76bf5f8af298b Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 27 Apr 2015 10:02:58 +0200 Subject: [PATCH] Fixed wrong company path in config.default.php --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.default.php b/config.default.php index 57ac00c3..f73aed23 100644 --- a/config.default.php +++ b/config.default.php @@ -91,7 +91,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $help_base_url = null; /* per user data/cache directory */ - $comp_path = dirname(__FILE__).'/company'; + $comp_path = $path_to_root.'/company'; /* Date systems. 0 = traditional, 1 = Jalali used by Iran, nabour countries, Afghanistan and some other Central Asian nations, 2 = Islamic used by other arabic nations. 3 = traditional, but where non-workday is Friday and start of week is Saturday */ -- 2.30.2