require "../smarty.php"; require "../config.php"; checkuser(); @include "./https.php"; require "./auth.php"; require "../include/security.php"; require "../include/categories.php"; # # Security check if order owned by another customer # $order_data = func_order_data($orderid); if ($order_data["userinfo"]["login"]!=$login) { header("Location: error_message.php?access_denied"); exit; } require "../include/history_order.php"; $smarty->assign("main","history_order"); $smarty->display("customer/home.tpl"); ?> ">
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |