1
0
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:
Yohann
2020-01-01 22:41:08 +01:00
parent d81ad02235
commit 64ffcedbcc
5 changed files with 8 additions and 9 deletions

View File

@ -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">