mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
initiate phraseanet service admin
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Alchemy\Phrasea\PhraseanetService\Controller;
|
||||
|
||||
use Alchemy\Phrasea\Application as PhraseaApplication;
|
||||
use Alchemy\Phrasea\Controller\Controller;
|
||||
|
||||
class PSAdminController extends Controller
|
||||
{
|
||||
public function indexAction(PhraseaApplication $app)
|
||||
{
|
||||
return $this->render('admin/phraseanet-service/index.html.twig');
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user