mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-12-17 06:38:43 +00:00
11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
15 lines
No EOL
323 B
PHP
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');
|
|
|
|
?>
|