You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/web/public_php/admin/tool_actions.php

15 lines
323 B
PHTML

15 years ago
<?php
require_once('common.php');
require_once('functions_tool_main.php');
nt_common_add_debug('-- Starting on \'tool_actions.php\'');
if (!tool_admin_applications_check('tool_actions')) nt_common_redirect('index.php');
$tpl->assign('tool_title', "Actions");
$tpl->display('tool_actions.tpl');
?>