mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Remove trailing whitespace in legacy class files
This commit is contained in:
parent
8a6039b829
commit
c881e73c1d
29 changed files with 481 additions and 483 deletions
|
|
@ -4,7 +4,7 @@ class UploadFileFilter
|
|||
{
|
||||
/**
|
||||
* Generic checker
|
||||
*
|
||||
*
|
||||
* @param string $file
|
||||
* @param string $filename
|
||||
* @return bool
|
||||
|
|
@ -16,7 +16,7 @@ class UploadFileFilter
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// Don't check partial uploads (chunks).
|
||||
if (Context::get('act') === 'procFileUpload' && preg_match('!^bytes (\d+)-(\d+)/(\d+)$!', $_SERVER['HTTP_CONTENT_RANGE']))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue