|
@@ -55,8 +55,6 @@ class CaptivePortalController extends Controller
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
return $this->render('FTTHBundle:Portal:index.html.twig', array(
|
|
|
'result' => $result,
|
|
|
'errors' => $errors,
|
|
@@ -64,7 +62,6 @@ class CaptivePortalController extends Controller
|
|
|
'client' => $client,
|
|
|
'psn' => $psn
|
|
|
));
|
|
|
-
|
|
|
}
|
|
|
|
|
|
private function updateOnu($clientId, $profile, $onu, $address) {
|
|
@@ -77,7 +74,4 @@ class CaptivePortalController extends Controller
|
|
|
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
}
|