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;
|
global $output;
|
||||||
switch($fair['type']) {
|
switch($fair['type']) {
|
||||||
case 'sfiab':
|
case 'sfiab':
|
||||||
$url = $fair['url'].'/xmltransport.php';
|
$url = $fair['url'].'/remote.php';
|
||||||
$var = 'json';
|
$var = 'json';
|
||||||
$d = array();
|
$d = array();
|
||||||
$d['auth'] = array('username' => $fair['username'],
|
$d['auth'] = array('username' => $fair['username'],
|
||||||
|
Loading…
Reference in New Issue
Block a user