PDF ohne PWD in V1.4; FDPI hinzugefügt

This commit is contained in:
aschwarz
2023-08-24 12:52:17 +02:00
parent 2d73a1b10b
commit 3f9a0b1cc4
191 changed files with 19632 additions and 0 deletions

5
config/ftpanbindung.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$FTPServer = 'www.ja-schwarz.de';
$FTPUser = 'backup';
$FTPPasswort = '7655843';
?>