Ejemplo n.º 1
0
 protected function redirect_to_path($path)
 {
     $this->logger->debug('[Medick] >> Redirecting to: ' . $path);
     $this->response->redirect($this->config->getWebContext()->server_name . $this->config->getWebContext()->document_root . '/' . $path);
     $this->action_performed = TRUE;
 }