From: Joe Hunt Date: Mon, 27 Apr 2015 08:02:58 +0000 (+0200) Subject: Fixed wrong company path in config.default.php X-Git-Tag: v2.4.2~19^2~188 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=48ad5d9daab3853cd782682447b76bf5f8af298b;p=fa-stable.git Fixed wrong company path in config.default.php --- 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 */