mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Bugtracker #4780 - leave upload handler to check size of uploaded files
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_submitnews.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2009-04-21 21:26:59 $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2009-08-17 19:26:17 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -29,5 +29,6 @@ define("SUBNEWSLAN_4", "File too Large");
|
||||
define("SUBNEWSLAN_5", "Image File");
|
||||
define("SUBNEWSLAN_6", "(jpg, gif or png)");
|
||||
define('SUBNEWSLAN_7', 'You must give your name and email address');
|
||||
define('SUBNEWSLAN_8', 'Error uploading image');
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user