Backupaccount is always readonly
This commit is contained in:
parent
84930f89f9
commit
25c15119bc
@ -76,6 +76,10 @@ class BackupaccountAction extends FormAction
|
|||||||
$this->raw($stream->getString());
|
$this->raw($stream->getString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function isReadOnly($args) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
function lastModified()
|
function lastModified()
|
||||||
{
|
{
|
||||||
// For comparison with If-Last-Modified
|
// For comparison with If-Last-Modified
|
||||||
|
Loading…
x
Reference in New Issue
Block a user