You are here

constant DRD_SERVER_ERROR_WRONG_KEYS in Drupal Remote Dashboard Server 7.2

Same name and namespace in other branches
  1. 6.2 drd_server.module \DRD_SERVER_ERROR_WRONG_KEYS
2 uses of DRD_SERVER_ERROR_WRONG_KEYS
drd_server_error in ./drd_server.module
Prepare an error message for returning to the XMLRPC caller.
_drd_server_validate_request in ./drd_server.module
Callback to validate a request that's coming from DRD.

File

./drd_server.module, line 17
Provides XMLRPC implementation to respond to requests from DRD.

Code

define('DRD_SERVER_ERROR_WRONG_KEYS', 1999);