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:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-03-25 03:27:05 $
|
| $Date: 2007-05-06 20:52:40 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
require_once("../class2.php");
|
require_once("../class2.php");
|
||||||
@@ -283,7 +283,7 @@ if(function_exists('gd_info'))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$gd_version = "<span style='color:red'> Not Installed</span>";
|
$gd_version = "<span style='color:red'> ".IMALAN_55."</span>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$IM_NOTE = "";
|
$IM_NOTE = "";
|
||||||
|
@@ -4,9 +4,9 @@
|
|||||||
| e107 website system - Language File.
|
| e107 website system - Language File.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_image.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_image.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-03-25 03:27:05 $
|
| $Date: 2007-05-06 20:52:48 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
define("IMALAN_1", "Enable image posting");
|
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_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_53", "Path to ImageMagick appears to be correct, but convert file may not be valid");
|
||||||
define("IMALAN_54", "GD version installed:");
|
define("IMALAN_54", "GD version installed:");
|
||||||
|
define('IMALAN_55', 'Not installed');
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user