This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/components/com_zoom/safemode.php

7 lines
217 B
PHP
Raw Permalink Normal View History

<?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 = "/";
?>