Ajout log
This commit is contained in:
		@@ -17,6 +17,7 @@ class IndexController extends AbstractActionController
 | 
			
		||||
{
 | 
			
		||||
    public function indexAction()
 | 
			
		||||
    {
 | 
			
		||||
        error_log('Action  : indexAction');
 | 
			
		||||
        $view = new ViewModel();
 | 
			
		||||
        $view->setTerminal(true);
 | 
			
		||||
        return $view;
 | 
			
		||||
 
 | 
			
		||||
@@ -21,6 +21,7 @@ class IndexController extends AbstractActionController
 | 
			
		||||
 | 
			
		||||
    public function vaultAction()
 | 
			
		||||
    {   $view = new ViewModel();
 | 
			
		||||
        error_log('Action  : vaultAction');
 | 
			
		||||
        $view->setTerminal(true);
 | 
			
		||||
        return $view;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user