6 lines
90 B
PHP
6 lines
90 B
PHP
<?php
|
|
$FTPServer = 'www.ja-schwarz.de';
|
|
$FTPUser = 'backup';
|
|
$FTPPasswort = '7655843';
|
|
?>
|