Changeset 296 for devel/_rpc

Show
Ignore:
Timestamp:
04/24/06 00:03:42 (3 years ago)
Author:
carmartin
Message:

Includes should use full path given that we know where things are. Patch 1.

Files:

Legend:

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

    r269 r296  
    88  
    99    // Run includes 
    10         require("../includes.php"); 
     10        require_once(dirname(dirname(__FILE__))."/includes.php"); 
    1111 
    1212    // Fire up the XML-RPC server