1
0
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:
e107steved
2009-08-17 19:26:17 +00:00
parent 9878295a75
commit 06760efef8
2 changed files with 32 additions and 20 deletions

View File

@@ -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');
?>