delete MyLv->Info because app does not exist anymore and url is rerouted to MyLv->index

This commit is contained in:
chfhtw
2025-10-09 08:42:29 +02:00
parent 09864c5154
commit d389cf87b8
2 changed files with 0 additions and 20 deletions
-5
View File
@@ -33,9 +33,4 @@ class MyLv extends Auth_Controller
$this->load->view('CisRouterView/CisRouterView.php', ['viewData' => $viewData, 'route' => 'MyLv']);
}
public function Info($studien_semester,$lvid)
{
$this->load->view('Cis/LvInfo',['lvid'=> $lvid, 'studien_semester' => $studien_semester]);
}
}