6 lines
138 B
PHP
Executable File
6 lines
138 B
PHP
Executable File
<?php
|
|
$FTPServer = 'localhost';
|
|
#$FTPServer = 'p35299457.1and1-data.host';
|
|
$FTPUser = 'p35299457-2';
|
|
$FTPPasswort = '!Salier2016';
|
|
?>
|