コード例 #1
0
ファイル: t1000.php プロジェクト: HeuristNetwork/heurist
 function render($vars)
 {
     global $not_found;
     if ($not_found) {
         $not_found = false;
         parent::render($vars);
     }
 }