mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 05:00:31 +02:00
Problèmes de date
This commit is contained in:
@ -7,7 +7,7 @@ if (!$has_error && isset($save_solution)) { ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (date("yyyy-mm-dd") < $tournament->getSolutionsDate()) { ?>
|
||||
<?php if (date("Y-m-d H:i:s") < $tournament->getSolutionsDate()) { ?>
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="5000000"/>
|
||||
<div class="form-row">
|
||||
|
Reference in New Issue
Block a user