terrylinooo / shieldon

Web Application Firewall (WAF) for PHP.
https://shieldon.io
MIT License
849 stars 98 forks source link

date() expects parameter 2 to be int string given #51

Closed SahilNetmente closed 2 years ago

SahilNetmente commented 2 years ago

Changes in these files with intval to date

<?php echo date('Y-m-d H:i:s', intval($varName['time'])); ?>