undef HALF_FREQUENCY_SENDING_TO_CLIENT
[ryzomcore.git] / web / public_php / admin / tool_actions.php
blobd938272aca108c4bfd11b3945dbd435170598d6a
1 <?php
3 require_once('common.php');
4 require_once('functions_tool_main.php');
6 nt_common_add_debug('-- Starting on \'tool_actions.php\'');
8 if (!tool_admin_applications_check('tool_actions')) nt_common_redirect('index.php');
10 $tpl->assign('tool_title', "Actions");
13 $tpl->display('tool_actions.tpl');