no ?> at the end of a file
missing .
This commit is contained in:
parent
a7f2563990
commit
3b1018ec00
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ if (!isset($_)) { //also provide standalone error page
|
|||
|
||||
$l = OC_L10N::get('files_encryption');
|
||||
|
||||
$errorMsg = $l->t('Your private key is not valid! Maybe your password was changed from outside. You can update your private key password in your personal settings to regain access to your files');
|
||||
$errorMsg = $l->t('Your private key is not valid! Maybe your password was changed from outside. You can update your private key password in your personal settings to regain access to your files.');
|
||||
|
||||
if(isset($_GET['p']) && $_GET['p'] === '1') {
|
||||
header('HTTP/1.0 404 ' . $errorMsg);
|
||||
|
@ -21,4 +21,3 @@ if (!isset($_)) { //also provide standalone error page
|
|||
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue