From: Brion Vibber Date: Sat, 2 Oct 2004 20:00:36 +0000 (+0000) Subject: Fix for running without include_path set X-Git-Tag: 1.5.0alpha1~1691 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=b4a3a662e83e4b8fb86840d5f6de727ce02fc6f3;p=lhc%2Fweb%2Fwiklou.git Fix for running without include_path set --- diff --git a/soap/index.php b/soap/index.php index 6d4c45211d..71d4b0c100 100644 --- a/soap/index.php +++ b/soap/index.php @@ -39,7 +39,7 @@ require_once( '../LocalSettings.php' ); ini_set( "include_path", "$IP:" . ini_get("include_path") ); -require_once( 'Setup.php' ); +require_once( '../includes/Setup.php' ); # # SOAP must be activated in the Configuration. Else, exit.