Home
last modified time | relevance | path

Searched refs:pdfurl (Results 1 – 1 of 1) sorted by relevance

/plugin/dokutexit/
H A Daction.php58 $pdfurl = $this->generate_pdf($event->data);
59 $this->redirect_to_pdf($pdfurl);
87 $pdfurl = $texit->process();
88 return $pdfurl;
93 function redirect_to_pdf($pdfurl) { argument
95 header("Location: ".$pdfurl, true, 303);
96 print("Redirecting to <a href=\"".$pdfurl."\">".$pdfurl."</a>");