We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44dd70 commit 47315ecCopy full SHA for 47315ec
src/content/util/donation-cloth.php
@@ -97,7 +97,7 @@ function printContent(){
97
<!-- if n_who is 0, 신청자가 없을 때 -->
98
<td>신청자가 없습니다</td>
99
<td>
100
- <?php $date1 = new DateTime("now"); $date2 = new DateTime("2024-02-21 19:00:00");
+ <?php $date1 = new DateTime("now"); $date2 = new DateTime("2024-02-17 00:00:00");
101
if($date1 >= $date2) { ?>
102
<form method="post" action="/proc/util/donation" onsubmit="return saveAjax(this,'신청중...');">
103
<input type="hidden" name="from" value="cloth">
0 commit comments