Example #1
0
 /**
  *	preprocess before forwarding.
  *
  *	@access public
  */
 function preforward()
 {
     $img = new Ethna_Securimage($this->backend);
     if (!empty($_GET['namespace'])) {
         $img->setNamespace($_GET['namespace']);
     }
     $img->show();
     // outputs the image and content headers to the browser
     exit;
 }