1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Block file downloads when disabled

This commit is contained in:
e107steved
2008-07-04 20:23:13 +00:00
parent 026486683a
commit 07522db6ff
2 changed files with 19 additions and 7 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_download.php,v $
| $Revision: 1.2 $
| $Date: 2007-02-03 14:21:30 $
| $Revision: 1.3 $
| $Date: 2008-07-04 20:23:12 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -96,6 +96,8 @@ define("LAN_dl_74", "Total downloads from this mirror: ");
define("LAN_dl_75", "no image available ");
define("LAN_dl_76", "Go to page");
define("LAN_dl_77", "Downloads"); // Intentional duplicate - some languages need it to be different. This is for number of townloads
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 --LINK--downloads</a> area for a more recent version.');
?>