redirect happens.
what?
(try to mouseover class name)
where?
(try clicking)
Controller::redirect(NULL, false)mus/hg/lib/DebugController.php : 69
0066:             if (!$new_url)
0067:                 $new_url = $req->getReferer();
0068: 
0069:             $this->redirect($new_url,false);
0070:         }
0071: 
0072:         parent::process($req);
DebugController::process(object BoxedRequest)mus/hg/lib/HologramCore.php : 740
0737:                 )
0738:             );
0739:             define('BASE', $this->req->getBaseUri());
0740:             $this->first_controller->process($this->req);
0741:             if (!$this->view) // could have been set in progress
0742:             {
0743:                 if ($this->req->isAjax())
Kernel::run()app/htdocs/index.php : 84
0081: require_once(HG_DIR.'lib/HologramCore.php');
0082: $kernel = new Kernel();
0083: $forest = & $kernel;
0084: /* run, */ $forest->run();
0085: 
redirecting to /