浏览代码

Better error message

Laurent Destailleur 7 年之前
父节点
当前提交
a3347e83b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/document.php

+ 1 - 1
htdocs/document.php

@@ -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);
 	}
 }