khanat-code-old/code/web/public_php/admin/tool_actions.php
shubham_meena c4ce26501c Merged in Gsoc14-ryzomAppImprovements (pull request #1)
Merging Gsoc 14 branch with default
2014-08-15 01:05:39 +05:30

15 lines
No EOL
323 B
PHP

<?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');
?>