includes/pageprocess.php
changeset 313 854eecfada20
parent 304 e2cb5f1432c8
parent 312 6c7060d36a23
child 314 474f8be55943
equal deleted inserted replaced
310:199b9708f4a2 313:854eecfada20
   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();