Skip to content

Commit

Permalink
Change relative path in get_proxys_by_assoc_id
Browse files Browse the repository at this point in the history
(cherry picked from commit 11d743c)
  • Loading branch information
dariusstefan authored and razvancrainea committed Jul 24, 2024
1 parent c8d1438 commit 56007f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/common/cfg_comm.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

function get_proxys_by_assoc_id($my_assoc_id){

$global="../../../../config/boxes.global.inc.php";
$global="".__DIR__."/../../config/boxes.global.inc.php";
require($global);

$mi_connectors=array();
Expand Down

0 comments on commit 56007f6

Please sign in to comment.