X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=demo%2Fclient%2F_prepend.php;h=710c477bea33d1fdf492650b1bc038e300bba046;hb=c5854380ac66705fa0e42e689cfc078d79a43ade;hp=e2a480fe4a33a8e983c3d472d74b13a708cbcd02;hpb=d254389a4b7d423c5b41c3e691fb4f057c247dda;p=plcapi.git diff --git a/demo/client/_prepend.php b/demo/client/_prepend.php index e2a480f..710c477 100644 --- a/demo/client/_prepend.php +++ b/demo/client/_prepend.php @@ -21,7 +21,7 @@ PhpXmlRpc\Autoloader::register(); if (isset($_SERVER['HTTPSERVER'])) { define('XMLRPCSERVER', 'http://'.$_SERVER['HTTPSERVER'].'/demo/server/server.php'); } else { - define('XMLRPCSERVER', 'http://phpxmlrpc.sourceforge.net/server.php'); + define('XMLRPCSERVER', 'http://gggeek.altervista.org/sw/xmlrpc/demo/server/server.php'); } // Out-of-band information: let the client manipulate the page operations. @@ -30,6 +30,7 @@ if (isset($_COOKIE['PHPUNIT_SELENIUM_TEST_ID']) && extension_loaded('xdebug')) { $GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY'] = '/tmp/phpxmlrpc_coverage'; if (!is_dir($GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY'])) { mkdir($GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY']); + chmod($GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY'], 0777); } include_once __DIR__ . "/../../vendor/phpunit/phpunit-selenium/PHPUnit/Extensions/SeleniumCommon/prepend.php";