Skip to content

Commit

Permalink
Merge pull request #301 from dariusstefan/master
Browse files Browse the repository at this point in the history
Change relative path in get_proxys_by_assoc_id
  • Loading branch information
razvancrainea authored Jul 24, 2024
2 parents 85bd724 + 11d743c commit 78ebc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/tools/users/user_management/settings.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
),
"user_format_func" => array(
"default" => "",
"name" => "User Fromat Function",
"name" => "User Format Function",
"type" => "textarea",
"tip" => "Function that receives the user as input and shall return true if the username matches, or false otherwise",
"opt" => "true",
Expand Down
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 78ebc0d

Please sign in to comment.