Index: /FCKeditor/trunk/fckeditor_php4.php
===================================================================
--- /FCKeditor/trunk/fckeditor_php4.php	(revision 677)
+++ /FCKeditor/trunk/fckeditor_php4.php	(revision 678)
@@ -59,4 +59,8 @@
 
 		$Html = '<div>' ;
+		
+		if (!isset($_GET)) {
+		    $_GET = $HTTP_GET_VARS;
+		}
 
 		if ( $this->IsCompatible() )
@@ -105,4 +109,8 @@
 		global $HTTP_USER_AGENT ;
 
+		if (!isset($_SERVER)) {
+		    $_SERVER = $HTTP_SERVER_VARS;
+		}
+		
 		if ( isset( $HTTP_USER_AGENT ) )
 			$sAgent = $HTTP_USER_AGENT ;
