Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
pistolero (p@fsebugoutzone.org)'s status on Friday, 02-Aug-2024 22:17:55 JSTpistolero @phnt @Paultron @mac_ack @sun Actually, it looks like it is impossible to get a "heat rating" above 90%:
> app/Http/Controllers/ExportController.php:19: $heatArray = [90, 80, 70, 60, 50, 40, 30, 20];
Actually that file is a pretty great read:
> //comman break teh CSV so just take them out
> $comments = str_replace(",", ";", $location->description);