forked from science-ation/science-ation
Rename the xmltransport to remote.php, we're not using XML at all.
This commit is contained in:
parent
a5246f74e3
commit
32752f6e4e
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user