15 lines
391 B
Text
15 lines
391 B
Text
##########################################################
|
|
|
|
=head2 add_routes
|
|
|
|
page: /thruk/cgi-bin/hello.cgi
|
|
|
|
=cut
|
|
|
|
$routes->{'/thruk/cgi-bin/hello.cgi'} = 'Thruk::Controller::hello::index';
|
|
|
|
# add new menu item
|
|
Thruk::Utils::Menu::insert_item('System', {
|
|
'href' => '/thruk/cgi-bin/hello.cgi',
|
|
'name' => 'Hello World!',
|
|
});
|