mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
This commit is contained in:
parent
4240785fc7
commit
93da45f699
@ -101,6 +101,10 @@ class Upload extends Controller {
|
||||
$this->replaceFile = self::config()->replaceFile;
|
||||
}
|
||||
|
||||
public function index() {
|
||||
return $this->httpError(404); // no-op
|
||||
}
|
||||
|
||||
/**
|
||||
* Get current validator
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user