mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-23 02:56:02 +02:00
Big work on domain applications in panel
This commit is contained in:
parent
58c8f8f01a
commit
e9ed61cfa9
11 changed files with 2059 additions and 76 deletions
1559
cp/app/Controllers/ApplicationsController.php
Normal file
1559
cp/app/Controllers/ApplicationsController.php
Normal file
File diff suppressed because it is too large
Load diff
|
@ -13,12 +13,7 @@ class DomainsController extends Controller
|
|||
{
|
||||
return view($response,'admin/domains/listDomains.twig');
|
||||
}
|
||||
|
||||
public function listApplications(Request $request, Response $response)
|
||||
{
|
||||
return view($response,'admin/domains/listApplications.twig');
|
||||
}
|
||||
|
||||
|
||||
public function checkDomain(Request $request, Response $response)
|
||||
{
|
||||
if ($request->getMethod() === 'POST') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue