mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
Use static class names instead of strings when getting objects from the DB
This commit is contained in:
parent
a442f92e28
commit
acb6b2949f
16 changed files with 36 additions and 34 deletions
|
@ -48,7 +48,7 @@ class HttpInput{
|
|||
}
|
||||
|
||||
/**
|
||||
* @return int The maximum size for an HTTP POST request, in bytes
|
||||
* @return int The maximum size for an HTTP POST request, in bytes.
|
||||
*/
|
||||
public static function GetMaxPostSize(): int{
|
||||
$post_max_size = ini_get('post_max_size');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue