QT4FO2HPUPOS72Y5UTILN5AOV7S47AGG7V32CT24NA7TOVP76NAQC
ZWCTAZGLJZQNTYWTC2XQUKMILJF6JGDL5IND6QNYWK4FIGMLRFXAC
QL55ECJ6KMMBUOWQ6LKSOVN7L43CH4S6SPE2AQ3VX3KSGC32RP4AC
sub admin : Path('/admin') Args(0) {
sub admin : Chained('/') PathPart('admin') CaptureArgs(0) {
}
sub index : Chained('admin') PathPart('') Args(0) { my ($self, $c) = @_;
sub index : Chained('admin') PathPart('') Args(0) {
my ($self, $c) = @_;
sub clearfailedcache : Path('/admin/clear-failed-cache') Args(0) {
sub clearfailedcache : Chained('admin') Path('clear-failed-cache') Args(0) {
requireAdmin($c);
sub clearevalcache : Path('/admin/clear-eval-cache') Args(0) {
sub clearevalcache : Chained('admin') Path('clear-eval-cache') Args(0) {
sub clearvcscache : Path('/admin/clear-vcs-cache') Args(0) {
sub clearvcscache : Chained('admin') Path('clear-vcs-cache') Args(0) {
sub managenews : Path('/admin/news') Args(0) {
sub managenews : Chained('admin') Path('news') Args(0) {
sub news_submit : Path('/admin/news/submit') Args(0) {
sub news_submit : Chained('admin') Path('news/submit') Args(0) {
sub news_delete : Path('/admin/news/delete') Args(1) {
sub news_delete : Chained('admin') Path('news/delete') Args(1) {
uri = c.uri_for(c.controller('Admin').action_for('admin'))
uri = c.uri_for(c.controller('Admin').action_for('index'))