Better error message

This commit is contained in:
Laurent Destailleur 2017-09-21 14:04:25 +02:00
parent 57358f0ce5
commit a3347e83b3

View File

@ -124,7 +124,7 @@ if (! empty($hashp))
}
else
{
accessforbidden('Bad link. File was not found or removed recently.',0,0,1);
accessforbidden('Bad link. File was not found or sharing attribute removed recently.',0,0,1);
}
}