Changed all dates format

This commit is contained in:
iopietro
2018-05-20 00:30:37 +02:00
parent b752e4c4f4
commit 68f9282dc7
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ AccessLogger::logRequest();
<div id="content" class="activate">
<?php
if(isset($_GET['e']) && (START_DATE < date('m/d/Y') or START_DATE == date('m/d/Y') && START_TIME <= date('H:i')))
if(isset($_GET['e']) && (START_DATE < date('d.m.y') || START_DATE == date('d.m.y') && START_TIME <= date('H:i')))
{
switch($_GET['e'])
{