Rename the xmltransport to remote.php, we're not using XML at all.

This commit is contained in:
dave 2009-09-22 06:35:49 +00:00
parent a5246f74e3
commit 32752f6e4e
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
global $output;
switch($fair['type']) {
case 'sfiab':
$url = $fair['url'].'/xmltransport.php';
$url = $fair['url'].'/remote.php';
$var = 'json';
$d = array();
$d['auth'] = array('username' => $fair['username'],