shell bypass 403
<ol class="breadcrumb">
<li><?php echo $this->Html->link('Noticias', array('controller' => 'private_noticias', 'action' => 'home')) ?></li>
<li class="active">AƱadir</li>
</ol>
<?php echo $this->Alertas->getAlertas($errores, $btnClose, $this->Session->flash('flash')) ?>
<section class="panel">
<div class="panel-body">
<div class="tab-content">
<div id="datos" class="tab-pane<?php echo (empty($this->params->tab)) ? ' active' : '' ?>">
<?php echo $this->element('Backend/Private/Noticias/form') ?>
</div>
</div>
</div>
</section>