fix variable identifier in HttpConfigBase::getMyPath()
This commit is contained in:
@@ -64,7 +64,7 @@ class HttpConfigBase
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// user-defined docroot, #417
|
// user-defined docroot, #417
|
||||||
$mypath = makeCorrectDir($row_ipsandports['docroot']);
|
$mypath = makeCorrectDir($ip_port['docroot']);
|
||||||
}
|
}
|
||||||
return $mypath;
|
return $mypath;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user