Skip to content

Commit

Permalink
2.1.8 - typo 오류
Browse files Browse the repository at this point in the history
변수가 $config에서 $g4로...ㅠㅠ
  • Loading branch information
open2 committed Jun 17, 2016
1 parent 6716c95 commit 3262ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbs/memo2_form_update.php
Expand Up @@ -2,7 +2,7 @@
include_once("./_common.php");
include_once("$g4[path]/memo.config.php");

if ($_SESSION["sm_datetime"] >= ($g4['server_time'] - $config['memo_delay_sec']) && !$is_admin)
if ($_SESSION["sm_datetime"] >= ($g4['server_time'] - $g4['memo_delay_sec']) && !$is_admin)
alert("너무 빠른 시간내에 쪽지를 연속해서 발신할 수 없습니다.");
set_session("sm_datetime", $g4['server_time']);

Expand Down

0 comments on commit 3262ec7

Please sign in to comment.