コード例 #1
0
ファイル: error.php プロジェクト: himmelex/NTW
 function showPage()
 {
     if ($this->minimal) {
         // Even more minimal -- we're in a machine API
         // and don't want to flood the output.
         $this->extraHeaders();
         $this->showContent();
     } else {
         parent::showPage();
     }
     // We don't want to have any more output after this
     exit;
 }
コード例 #2
0
 function showPage()
 {
     parent::showPage();
 }
コード例 #3
0
ファイル: error.php プロジェクト: Br3nda/laconica
 function showPage()
 {
     parent::showPage();
     // We don't want to have any more output after this
     exit;
 }