Skip to content

Commit 56007f6

Browse files
dariusstefanrazvancrainea
authored andcommitted
Change relative path in get_proxys_by_assoc_id
(cherry picked from commit 11d743c)
1 parent c8d1438 commit 56007f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web/common/cfg_comm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
function get_proxys_by_assoc_id($my_assoc_id){
2727

28-
$global="../../../../config/boxes.global.inc.php";
28+
$global="".__DIR__."/../../config/boxes.global.inc.php";
2929
require($global);
3030

3131
$mi_connectors=array();

0 commit comments

Comments
 (0)