Type-safe wrappers around standard functions in PHP and other generally useful functions
lib
Go to file
Joshua Ramon Enslin 52aeedd31e
Set a cap to maximum delay in preventing brute force attacks
This is necessary because PHP-FPM fails if sleep / usleep runs beyond
the maximum execution time of php.ini, leading to whole vhosts falling
over.
2022-08-14 13:08:40 +02:00
exceptions Add functions for validating longitudes and latitutdes 2022-07-28 11:01:30 +02:00
src Set a cap to maximum delay in preventing brute force attacks 2022-08-14 13:08:40 +02:00
tests Set a cap to maximum delay in preventing brute force attacks 2022-08-14 13:08:40 +02:00
.git.template Add .gitattributes, git template 2020-11-08 00:13:01 +01:00
.gitattributes Add .gitattributes, git template 2020-11-08 00:13:01 +01:00