Skip to content

Commit

Permalink
Merge pull request #15 from kolekrstev/master
Browse files Browse the repository at this point in the history
Update process-new.php
  • Loading branch information
amonsour authored Oct 25, 2024
2 parents 718eda4 + 22a3d5b commit fb688a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/process-new.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php
session_start();
//session_unset();
ini_set('display_errors', 1);
ini_set('display_errors', 0);
ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_WARNING);
function dateRange($first, $last, $step, $format = 'Y-m-d\TH:i:s.v')
{
$dates = [];
Expand Down

0 comments on commit fb688a1

Please sign in to comment.