<?

include_once "./action/setting.php";

include_once $global["root"] . "/include/handle.php";
include_once $global["root"] . "/include/print_array.php";
include_once $global["root"] . "/include/print_time.php";

//include_once $global["root"] . "/module/message/function/xmlrpc.php";
include_once $global["root"] . "/module/message/function/do.php";
//-------------------------------------------------- execute

include_once $global["root"] . "/lib/Site.php";
include_once $global["root"] . "/lib/Template.php";
include_once $global["root"] . "/lib/Payload.php";

$Site = new Site;
$Site->init("mail");

include_once $global["lang"] . "/" . $_SESSION["config_lang"] . ".php";

extract($_POST);

$Template = new Template;

$Payload = new Payload;
$var["form"] = $Payload->return_form();

// msg
$var["msg"] = $Site->msg();

echo $Template->generate("/module/message/template/payload_form", $var);

$_SESSION["user_not_save_url"] = true;

$Site->end();

/*
Description
-----------

Author
------
 Spike^ekipS <spike@spikeekips.net>

Changelog
---------

Usage
-----

*/

?>
