forked from extern/egroupware
adapted to updated spec using action=capabilities
This commit is contained in:
parent
19f25f2012
commit
e9fe6cd6e1
@ -426,7 +426,7 @@ class ischedule_server
|
|||||||
*/
|
*/
|
||||||
protected function get()
|
protected function get()
|
||||||
{
|
{
|
||||||
if (!isset($_GET['query']) || $_GET['action'] !== 'capabilities')
|
if (!isset($_GET['action']) || $_GET['action'] !== 'capabilities')
|
||||||
{
|
{
|
||||||
error_log(__METHOD__."() invalid iSchedule request using GET without action=capabilities!");
|
error_log(__METHOD__."() invalid iSchedule request using GET without action=capabilities!");
|
||||||
header("HTTP/1.1 400 Bad Request");
|
header("HTTP/1.1 400 Bad Request");
|
||||||
|
Loading…
Reference in New Issue
Block a user