Changeset 538

Show
Ignore:
Timestamp:
09/12/06 09:28:24 (2 years ago)
Author:
ben
Message:

XML-RPC now works from walled gardens.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/_rpc/RPC2.php

    r296 r538  
    77    // TODO include a check for a valid request 
    88  
     9    // This can be run from walled gardens 
     10        define("context","external"); 
     11         
    912    // Run includes 
    1013        require_once(dirname(dirname(__FILE__))."/includes.php");