7 lines
217 B
PHP
7 lines
217 B
PHP
|
|
<?php
|
||
|
|
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
|
||
|
|
$ftp_server = "matritumcantat.org";
|
||
|
|
$ftp_username = "matritum@rodax-software.com";
|
||
|
|
$ftp_pass = "qw0kdg";
|
||
|
|
$ftp_hostdir = "/";
|
||
|
|
?>
|