2022-09-17 20:50:50 +09:00
|
|
|
<?php
|
|
|
|
|
$g5['title'] = "설문조사";
|
|
|
|
|
|
2024-09-23 11:07:19 +09:00
|
|
|
include_once "./_common.php";
|
2024-10-05 07:34:26 +09:00
|
|
|
include_once G5_LIB_PATH . "/poll.lib.php";
|
|
|
|
|
include_once G5_PATH . "/head.sub.php";
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
echo poll('basic', $po_id);
|
|
|
|
|
|
2024-10-05 07:34:26 +09:00
|
|
|
include_once G5_PATH . "/tail.sub.php";
|