includes/pageprocess.php
changeset 312 6c7060d36a23
parent 286 b2f985e4cef3
child 313 854eecfada20
child 315 f49e3c8b638c
equal deleted inserted replaced
311:a007145a0ff6 312:6c7060d36a23
   230       $text = RenderMan::render( $text );
   230       $text = RenderMan::render( $text );
   231       
   231       
   232       echo $text;
   232       echo $text;
   233       
   233       
   234       $this->footer();
   234       $this->footer();
   235       
   235     }
       
   236     else if ( $this->namespace == 'Anonymous' )
       
   237     {
       
   238       $uri = scriptPath . '/' . $this->page_id;
       
   239       if ( !$this->send_headers )
       
   240       {
       
   241         $sep = ( strstr($uri, '?') ) ? '&' : '?';
       
   242         $uri .= "{$sep}noheaders";
       
   243       }
       
   244       redirect( $uri, '', '', 0 );
   236     }
   245     }
   237     else if ( !$this->page_exists )
   246     else if ( !$this->page_exists )
   238     {
   247     {
   239       // Perhaps this is hooked?
   248       // Perhaps this is hooked?
   240       ob_start();
   249       ob_start();