1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +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 = "";