You are here

constant DRD_SERVER_ERROR_NO_REFERER in Drupal Remote Dashboard Server 7.2

Same name and namespace in other branches
  1. 6.2 drd_server.module \DRD_SERVER_ERROR_NO_REFERER
2 uses of DRD_SERVER_ERROR_NO_REFERER
drd_server_error in ./drd_server.module
Prepare an error message for returning to the XMLRPC caller.
drd_server_key in ./drd_server.module
This is called to update the excryption keys for this server and all it's domains hosted in the same Drupal installation.

File

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

Code

define('DRD_SERVER_ERROR_NO_REFERER', 1003);