예제 #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
<?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();