added todo

highcharts
agp8x 2015-05-07 18:28:57 +02:00
parent 82418d8d1a
commit 4bffffc256
2 changed files with 9 additions and 11 deletions

View File

@ -478,4 +478,3 @@ function fileToLastSet($file){
$temp=explode(";",$last);
return $temp[0];
}

View File

@ -66,6 +66,7 @@ if($mode==1){
}else{
$date=array($_GET['year'],$_GET['month'],$_GET['day']);
$future=false;
#TODO: replace logic?
if($_GET['year']>$today[2]){
$future=true;
}else{
@ -98,5 +99,3 @@ $runtime=microtime(true)-$start;
$html.="<div style='position:fixed;bottom:20px;right:50px;' >Runtime: ".$runtime." s</div>";
$html.=$calendar."</body>";
echo $html;