|
ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Variables | |
| $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' | |
| $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' | |
| $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' | |
| $proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' | |
| $client | |
| $err = $client->getError() | |
| if($err) | $result = $client->call('getFile', array('filename' => 'getfile2.php')) |
| $client |
Definition at line 17 of file getfile2client.php.
| $err = $client->getError() |
Definition at line 19 of file getfile2client.php.
| $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' |
Definition at line 13 of file getfile2client.php.
| $proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' |
Definition at line 16 of file getfile2client.php.
| $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' |
Definition at line 14 of file getfile2client.php.
| $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' |
Definition at line 15 of file getfile2client.php.
| if ($err) $result = $client->call('getFile', array('filename' => 'getfile2.php')) |
Definition at line 23 of file getfile2client.php.