Warning: Cannot modify header information - headers already sent by (output started at /var/www/jonas-eriksen.dk/pic/private/index.php:1) in /var/www/jonas-eriksen.dk/pic/private/index.php on line 215
private.php 0000644 00000002267 15233557442 0006750 0 ustar 00 passwordResetCheck();
include('../static/header.php');
$dates = $event->getEventDates();
$arr1 = ['2018-01-04' => 4,'2018-01-06' => 6];
$arr2 = ['2018-01-06' => 2];
$arr = [];
foreach($dates as $date)
{
$arr[$date] = [$arr1[$date], $arr2[$date]];
}
?>