itsolution/module/shop/good_review.php
2021-10-26 18:21:20 +09:00

23 lines
718 B
PHP

<?
session_start();
include $_SERVER[DOCUMENT_ROOT] . "/common/conf/config.inc.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<title>VJ Center</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
</head>
<body>
<? $boardid = "after";
$_GET[sw]="e";
if(!$_GET[sk]) $_GET[sk]=$_GET['idx'];
$_REQUEST[g_idx] = $_GET['sk'];
include $_SITE[BOARD_PATH]."/board.php"; ?>
</body>
</html>