@@ -18,7 +18,7 @@ |
||
18 | 18 | * License: see the web/copyright.inc.php file in the file structure or |
19 | 19 | * <base_url>/copyright.php after deploying the software |
20 | 20 | */ |
21 | -require dirname(dirname(dirname(dirname(dirname(dirname(__FILE__)))))) . "/config/_config.php"; |
|
21 | +require dirname(dirname(dirname(dirname(dirname(dirname(__FILE__))))))."/config/_config.php"; |
|
22 | 22 | $langInstance = new core\common\Language(); |
23 | 23 | $start = $langInstance->rtl ? "right" : "left"; |
24 | 24 | $end = $langInstance->rtl ? "left" : "right"; |