diff --git a/bbs/poll.php b/bbs/poll.php deleted file mode 100644 index 176497776..000000000 --- a/bbs/poll.php +++ /dev/null @@ -1,27 +0,0 @@ - -include_once('./_common.php'); - -$field = ''; - -foreach($_POST as $key=>$value) -{ - $field .= ''."\n"; -} - -$g4['title'] = '투표하기'; -include_once(G4_PATH.'/head.sub.php'); -?> - -
- - - - -include_once(G4_PATH.'/tail.sub.php'); -?> \ No newline at end of file