1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Bugracker #3939 - hard coded LAN

This commit is contained in:
e107steved
2007-05-06 20:52:48 +00:00
parent 10dd5dfae6
commit c1c55df653
2 changed files with 8 additions and 8 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
| $Revision: 1.2 $
| $Date: 2007-03-25 03:27:05 $
| $Author: mcfly_e107 $
| $Revision: 1.3 $
| $Date: 2007-05-06 20:52:40 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php");
@@ -283,7 +283,7 @@ if(function_exists('gd_info'))
}
else
{
$gd_version = "<span style='color:red'> Not Installed</span>";
$gd_version = "<span style='color:red'> ".IMALAN_55."</span>";
}
$IM_NOTE = "";

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_image.php,v $
| $Revision: 1.2 $
| $Date: 2007-03-25 03:27:05 $
| $Author: mcfly_e107 $
| $Revision: 1.3 $
| $Date: 2007-05-06 20:52:48 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define("IMALAN_1", "Enable image posting");
@@ -64,6 +64,6 @@ define("IMALAN_51", "Avatar for ");
define("IMALAN_52", "Path to ImageMagick appears to be incorrect");
define("IMALAN_53", "Path to ImageMagick appears to be correct, but convert file may not be valid");
define("IMALAN_54", "GD version installed:");
define('IMALAN_55', 'Not installed');
?>