1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Make sure user has appropriate rights to report a broken download

Prevents 'spam' broken download reports
This commit is contained in:
Tijn Kuyper
2019-10-29 12:56:57 +01:00
parent 8a27ac2b31
commit b01f5cbb19
2 changed files with 9 additions and 3 deletions

View File

@@ -94,5 +94,6 @@ define("LAN_dl_75", "no image available ");
define("LAN_dl_77", "Downloads"); // Intentional duplicate - some languages need it to be different. This is for number of downloads
define('LAN_dl_78', "That download has been disabled or discontinued. Please check in the [downloads area] for a more recent version.");
define("LAN_dl_79", "You do not have the correct permissions to report this download item as broken.");
?>