Redirect to an URL in module
From Cyclone3 Wiki
Sometimes you need to redirect the current request in various cases to another URL inside a module immediately, without leaving the framework to process all following modules in the type file. To do this, you can use:
$main::location="url";
Of course, you can use the internal Cyclone3 URI's ("?|?a210_path=subpage/page", "?|?type=article_view&ID=125", ...)
