projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d907208
)
config.default.inc error on startup. Fixed by @apmuthu.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 16 Aug 2021 06:09:11 +0000
(08:09 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 16 Aug 2021 06:09:11 +0000
(08:09 +0200)
config.default.php
patch
|
blob
|
history
diff --git
a/config.default.php
b/config.default.php
index f6911699da7e98e8a7430b89d5f9f60da1a65a5a..37fcd7360af39787c1cb7fc50460f7b72780d421 100644
(file)
--- a/
config.default.php
+++ b/
config.default.php
@@
-150,7
+150,7
@@
if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
$graph_skin = 1;
/* UTF-8 font for Business Graphics. Copy it to /reporting/fonts/ folder. */
- $UTF8_fontfile =
$_SESSION['language']->dir == 'ltr' ? "FreeSans.ttf" : "zarnormal.ttf"; // for Arabic
Dashboard
+ $UTF8_fontfile =
isset($_SESSION['language']) && $_SESSION['language']->dir == 'rtl' ? "zarnormal.ttf" : "FreeSans.ttf"; // for
Dashboard
/*
Display a dropdown select box for choosing Company to login if false.