Skip to content

Commit 47315ec

Browse files
authored
Update donation-cloth.php
1 parent b44dd70 commit 47315ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/util/donation-cloth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function printContent(){
9797
<!-- if n_who is 0, 신청자가 없을 때 -->
9898
<td>신청자가 없습니다</td>
9999
<td>
100-
<?php $date1 = new DateTime("now"); $date2 = new DateTime("2024-02-21 19:00:00");
100+
<?php $date1 = new DateTime("now"); $date2 = new DateTime("2024-02-17 00:00:00");
101101
if($date1 >= $date2) { ?>
102102
<form method="post" action="/proc/util/donation" onsubmit="return saveAjax(this,'신청중...');">
103103
<input type="hidden" name="from" value="cloth">

0 commit comments

Comments
 (0)