mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
system: this probably works better #6227
This commit is contained in:
parent
b13232391e
commit
7ac205d7b4
@ -136,7 +136,7 @@ class Gateways
|
||||
case 'pptp':
|
||||
if (!empty($this->configHandle->ppps)) {
|
||||
foreach ($this->configHandle->ppps->children() as $ppp) {
|
||||
if ($realif == $ppp['if']) {
|
||||
if ($realif == $ppp->if) {
|
||||
$ports = explode(',', $ppp->ports);
|
||||
$realif = $this->getRealInterface($definedIntf, $ports[0]);
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user