コード例 #1
0
ファイル: index.php プロジェクト: derickp/swag
<?php

require_once __DIR__ . "/../src/utils/PhpProxy.php";
require_once __DIR__ . "/../config.php";
$proxy = new PhpProxy();
$proxy->setRemoteSite($xapiEndpoint);
$proxy->dispatch();
コード例 #2
0
ファイル: index.php プロジェクト: tunapanda/swagmapviewer
<?php

require_once dirname(__FILE__) . "/PhpProxy.php";
//print_r($_SERVER);
$proxy = new PhpProxy();
$proxy->setRemoteSite("http://staging.tunapanda.org/learninglocker/public/data/xAPI/");
$proxy->dispatch();