테스트를 위해 추가했던 코드 삭제

This commit is contained in:
chicpro
2013-01-30 17:53:56 +09:00
parent b1006a48bd
commit 41e2746562
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,7 @@ foreach($_POST as $key=>$value) {
fwrite($fp, $key." = ".$value." / ");
}
fclose($fp);
exit;
*/
/*------------------------------------------------------------------------------
@ -217,4 +218,4 @@ switch ($_SERVER['REMOTE_ADDR']) {
/* = 04. result 값 세팅 하기 = */
/* ============================================================================== */
?>
<html><body><form><input type="hidden" name="result" value="0000"></form></body></html>
<html><body><form><input type="hidden" name="result" value="0000"></form></body></html>