Project

General

Profile

« Previous | Next » 

Revision 1359

Added by Dietmar over 13 years ago

upgrade FCKeditor to Version 2.6.6

View differences:

connector.php
1 1
<?php
2 2
/*
3 3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
4
 * Copyright (C) 2003-2010 Frederico Caldeira Knabben
5 5
 *
6 6
 * == BEGIN LICENSE ==
7 7
 *
......
41 41
    if (!isset($_GET)) {
42 42
        global $_GET;
43 43
    }
44

  
45

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

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

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

  
87 85
	exit ;
88 86
}
89
?>
87
?>

Also available in: Unified diff