Project

General

Profile

« Previous | Next » 

Revision 1199

Added by Dietmar over 14 years ago

Update FCKeditor Version 2.6.5 to Modulversion 2.9.3

View differences:

connector.php
41 41
    if (!isset($_GET)) {
42 42
        global $_GET;
43 43
    }
44

  
45

  
44 46
	if ( !isset( $_GET['Command'] ) || !isset( $_GET['Type'] ) || !isset( $_GET['CurrentFolder'] ) )
45 47
		return ;
46 48

  
47 49
	// Get the main request informaiton.
48 50
	$sCommand		= $_GET['Command'] ;
49 51
	$sResourceType	= $_GET['Type'] ;
50
	$sCurrentFolder	= GetCurrentFolder() ;
52
	print $sCurrentFolder	= GetCurrentFolder() ;
51 53

  
52 54
	// Check if it is an allowed command
53 55
	if ( ! IsAllowedCommand( $sCommand ) )
......
84 86

  
85 87
	exit ;
86 88
}
87
?>

89
?>

Also available in: Unified diff